Binder refactoring, Monster refactoring

This commit is contained in:
Michael Schimmel
2025-11-02 19:38:52 +01:00
parent 8f29212cba
commit ea39a57b77
22 changed files with 3061 additions and 2638 deletions
+3 -2
View File
@@ -27,6 +27,7 @@ uses
Myc.Ast.Nodes,
Myc.Ast.Scope,
Myc.Ast,
Myc.Ast.Visitor,
Myc.Ast.Evaluator,
Myc.Ast.Dumper,
Myc.Data.Decimal,
@@ -262,7 +263,7 @@ begin
FWorkspace.Align := TAlignLayout.Client;
FWorkspace.ClipChildren := true;
FWorkspace.OnMouseDown := WorkspaceMouseDown;
{
TAst.RegisterLibrary(
procedure(const Scope: IExecutionScope)
var
@@ -356,7 +357,7 @@ begin
);
end
);
}
ClearButtonClick(Self);
end;