Refactoring Binder

This commit is contained in:
Michael Schimmel
2025-09-17 14:25:23 +02:00
parent ea5879520a
commit 0cb6f6e85e
2 changed files with 18 additions and 16 deletions
+1
View File
@@ -78,6 +78,7 @@ type
{$endregion}
function CreateScope(const AParent: IExecutionScope): IExecutionScope;
function Define(const Name: string): Integer;
function FindSymbol(const Name: string; out Depth, Index: Integer): Boolean;
property Parent: IScopeDescriptor read GetParent;
property SlotCount: Integer read GetSlotCount;
property Symbols: TDictionary<string, Integer> read GetSymbols;