mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
cfec017fed
- Do not error about local labels following keywords in skips or captures (fixes #1955) - Do not incompletely attempt to handle line continuations in skips (fixes #1956) - Rename `skipToLeadingIdentifier` to `skipToLeadingKeyword`, refactor to merge `skipToEOL` into it, and use it for both skips and captures
6 lines
234 B
Plaintext
6 lines
234 B
Plaintext
error: Identifier "db.local" begins with a keyword; did you mean to put a space between them?
|
|
at local-after-keyword.asm(20)
|
|
error: syntax error, unexpected number
|
|
at local-after-keyword.asm(20)
|
|
Assembly aborted with 2 errors
|