implemented variables and function call evaluation
This commit is contained in:
@@ -52,6 +52,7 @@ arguments
|
||||
|
||||
atom
|
||||
: INTEGER_LITERAL #intAtom
|
||||
| IDENT # variable
|
||||
;
|
||||
|
||||
PRINT: 'print';
|
||||
|
||||
Reference in New Issue
Block a user