changed equals to assign
This commit is contained in:
parent
87695ebb20
commit
6a66b63680
3 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
IDENTIFIER hello
|
||||
EQUALS
|
||||
ASSIGN
|
||||
NUMBER 42
|
||||
NEWLINE
|
||||
IDENTIFIER name
|
||||
EQUALS
|
||||
ASSIGN
|
||||
STRING "world"
|
||||
NEWLINE
|
||||
IDENTIFIER x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue