Binder refactoring, Monster refactoring
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user