Ast environment refactoring
This commit is contained in:
@@ -842,10 +842,10 @@ begin
|
||||
FCurrUnboundAst :=
|
||||
TAstScript.Parse(
|
||||
'''
|
||||
(do
|
||||
(print txt)
|
||||
)
|
||||
'''
|
||||
(do
|
||||
(print txt)
|
||||
)
|
||||
'''
|
||||
);
|
||||
|
||||
var fn := FEnvironment.Compile(FCurrUnboundAst, [TAst.Identifier('txt')]);
|
||||
|
||||
Reference in New Issue
Block a user