1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-03 10:03:23 -07:00

allow expressions in instructions (whoops)

This commit is contained in:
Connor Olding 2016-11-27 20:14:36 -08:00
parent ad0269cc61
commit 8aa3c58f8f

View File

@ -18,6 +18,7 @@ end
TokenIter.arg_types = { TokenIter.arg_types = {
NUM = true, NUM = true,
EXPR = true,
REG = true, REG = true,
VARSYM = true, VARSYM = true,
LABELSYM = true, LABELSYM = true,