mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
There are 13 shift/reduce conflicts, so some instructions may need different formats. This also does not yet implement `db`, `dw`, `dl`, `ds`, or `INCBIN` using `ld`. The `lexerState->nextToken` solution to lexing something like "a.2" as three tokens instead of one identifier is taken from the first commit in rgbds PR #799.