add local and field var
This commit is contained in:
parent
ced5d1df9c
commit
7bfdeed620
@ -55,6 +55,8 @@ data Expression
|
||||
| BooleanLiteral Bool
|
||||
| NullLiteral
|
||||
| Reference Identifier
|
||||
| LocalVariable Identifier
|
||||
| FieldVariable Identifier
|
||||
| BinaryOperation BinaryOperator Expression Expression
|
||||
| UnaryOperation UnaryOperator Expression
|
||||
| StatementExpressionExpression StatementExpression
|
||||
|
Loading…
Reference in New Issue
Block a user