grammar: document equ
This commit is contained in:
parent
b6db4bfb97
commit
fd054ba5f9
@ -115,7 +115,9 @@ instruction → op
|
||||
| loop
|
||||
| end
|
||||
|
||||
assignment_statement → identifier "=" expression "\n"
|
||||
eq → "=" | "equ"
|
||||
|
||||
assignment_statement → identifier eq expression "\n"
|
||||
|
||||
label → identifier ":"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user