allow expressions in instructions (whoops)

This commit is contained in:
Connor Olding 2016-11-27 20:14:36 -08:00
parent ad0269cc61
commit 8aa3c58f8f
1 changed files with 1 additions and 0 deletions

View File

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