mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Fixes #881 by moving the task from the lexer to the parser. This both alleviates the need for backtracking in the lexer, removing what is (was) arguably a hack, and causes tokenization boundaries to be properly respected, fixing the issue mentioned above. Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
ERROR: ff00+c-bad.asm(8):
|
|
Expected constant expression equal to $FF00 for "$ff00+c"
|
|
ERROR: ff00+c-bad.asm(9):
|
|
Expected constant expression equal to $FF00 for "$ff00+c"
|
|
error: Assembly aborted (2 errors)!
|