summaryrefslogtreecommitdiff
path: root/parser.y
Commit message (Expand)AuthorAgeFilesLines
* 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