implemented variables and function call evaluation

This commit is contained in:
2019-11-18 18:02:10 +01:00
parent 13caee0667
commit b38369b7a5
6 changed files with 127 additions and 45 deletions

View File

@@ -52,6 +52,7 @@ arguments
atom
: INTEGER_LITERAL #intAtom
| IDENT # variable
;
PRINT: 'print';