1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-04-27 15:53:23 -07:00
Commit Graph

4 Commits

Author SHA1 Message Date
Connor Olding 0fdac556a8 fix specials like %lo and %hi
when I rewrote Muncher into TokenIter,
I removed the return value of self:advance(),
and forgot to handle this case that relied on it.
2018-04-28 21:39:31 +02:00
Connor Olding 8aa3c58f8f allow expressions in instructions (whoops) 2016-11-27 20:14:36 -08:00
Connor Olding fb2e588f79 move arg_types to TokenIter 2016-11-27 06:06:48 -08:00
Connor Olding 0d1527a773 refactor Muncher into separate TokenIter class
this also fixes lexing the EOL after an include directive.
2016-11-27 05:58:08 -08:00