Binder refactoring - extracted lowering

This commit is contained in:
Michael Schimmel
2025-11-01 14:56:38 +01:00
parent 734b7b1d5e
commit 915deb4dc0
7 changed files with 319 additions and 103 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ uses
Myc.Data.Keyword in '..\Src\Data\Myc.Data.Keyword.pas',
Myc.Ast.Binding.Nodes in '..\Src\AST\Myc.Ast.Binding.Nodes.pas',
Myc.Ast.MacroExpander in '..\Src\AST\Myc.Ast.MacroExpander.pas',
Myc.Ast.TypeChecker in '..\Src\AST\Myc.Ast.TypeChecker.pas';
Myc.Ast.TypeChecker in '..\Src\AST\Myc.Ast.TypeChecker.pas',
Myc.Ast.Lowering in '..\Src\AST\Myc.Ast.Lowering.pas';
{$R *.res}