AST refactoring

This commit is contained in:
Michael Schimmel
2025-08-28 15:14:08 +02:00
parent 6fcf8c26c8
commit 9419f5cd03
6 changed files with 235 additions and 175 deletions
+1
View File
@@ -20,6 +20,7 @@ uses
FMX.Controls.Presentation,
Myc.Data.Types,
Myc.Ast,
Myc.Ast.Scope,
Myc.Ast.Evaluator,
Myc.Ast.Printer;