1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-27 12:42:28 +00:00

assignment works

This commit is contained in:
Tom Everett
2016-02-29 21:30:59 -07:00
parent 0b86c5abd1
commit fadbb12c9f

View File

@@ -57,7 +57,7 @@ argument
;
assignment
: variable '=' expression
: (variable | LOC | RELOC) '=' expression
;
expression