Binder refactoring

This commit is contained in:
Michael Schimmel
2025-11-01 13:09:29 +01:00
parent 3869c98652
commit 6ab51816d1
7 changed files with 163 additions and 135 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ uses
Myc.Utils in '..\Src\Myc.Utils.pas',
Myc.Ast.Script in '..\Src\AST\Myc.Ast.Script.pas',
Myc.Ast.Types in '..\Src\AST\Myc.Ast.Types.pas',
Myc.Data.Keyword in '..\Src\Data\Myc.Data.Keyword.pas';
Myc.Data.Keyword in '..\Src\Data\Myc.Data.Keyword.pas',
Myc.Ast.Binding.Nodes in '..\Src\AST\Myc.Ast.Binding.Nodes.pas';
{$R *.res}