mirror of
https://github.com/notwa/lips
synced 2024-11-14 14:59:03 -08:00
allow expressions in instructions (whoops)
This commit is contained in:
parent
ad0269cc61
commit
8aa3c58f8f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ end
|
|||
|
||||
TokenIter.arg_types = {
|
||||
NUM = true,
|
||||
EXPR = true,
|
||||
REG = true,
|
||||
VARSYM = true,
|
||||
LABELSYM = true,
|
||||
|
|
Loading…
Reference in a new issue