summaryrefslogtreecommitdiff
path: root/parser.y
Commit message (Expand)AuthorAgeFilesLines
* nqasm: support unary operators in immediate expressionsBobby Bingham2017-01-181-0/+10
* nqasm: allow "." to refer to current pc in immediate operandBobby Bingham2017-01-181-0/+3
* nqasm: reformat argument rules in grammarBobby Bingham2017-01-181-14/+7
* nqasm: lex registers as if they were labelsBobby Bingham2017-01-181-9/+27
* nqasm: allow specifying labels for operandsBobby Bingham2017-01-181-40/+24
* nqasm: parse labelsBobby Bingham2017-01-171-2/+11
* nqasm: Fix warnings about missing braces in initializersBobby Bingham2017-01-151-2/+2
* Switch addpc to use pc-offset instead of immediate operandBobby Bingham2017-01-151-1/+4
* nqasm: Reformat nop grammarBobby Bingham2017-01-151-2/+1
* nqasm: Handle pc offset argumentsBobby Bingham2017-01-151-14/+20
* nqasm: Rename arglist non-terminals to a_*Bobby Bingham2017-01-151-39/+46
* nqasm: Handle immediate argumentsBobby Bingham2017-01-151-6/+27
* nqasm: Handle register and register indirect argumentsBobby Bingham2017-01-151-49/+45
* nqasm: Improve parsing at end of fileBobby Bingham2017-01-151-3/+2
* nqasm: Initial stab at a lexer and parserBobby Bingham2017-01-151-0/+156