Macro expander integrated in binder
This commit is contained in:
@@ -194,6 +194,7 @@ type
|
||||
public
|
||||
constructor Create(const AExpression: IAstNode);
|
||||
function Accept(const Visitor: IAstVisitor): TDataValue; override;
|
||||
property Expression: IAstNode read GetExpression;
|
||||
end;
|
||||
|
||||
TFunctionCallNode = class(TAstNode, IFunctionCallNode)
|
||||
|
||||
Reference in New Issue
Block a user