summaryrefslogtreecommitdiff
path: root/lexer.l
Commit message (Expand)AuthorAgeFilesLines
* nqasm: support unary operators in immediate expressionsBobby Bingham2017-01-181-1/+5
* nqasm: allow "." to refer to current pc in immediate operandBobby Bingham2017-01-181-0/+1
* nqasm: lex registers as if they were labelsBobby Bingham2017-01-181-4/+2
* nqasm: allow specifying labels for operandsBobby Bingham2017-01-181-0/+1
* nqasm: parse labelsBobby Bingham2017-01-171-0/+5
* nqasm: Handle immediate argumentsBobby Bingham2017-01-151-0/+14
* nqasm: Handle register and register indirect argumentsBobby Bingham2017-01-151-0/+7
* nqasm: Improve parsing at end of fileBobby Bingham2017-01-151-1/+4
* nqasm: Initial stab at a lexer and parserBobby Bingham2017-01-151-0/+61