mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
In preparation for an upcoming change Makes for nicer error messages, complaining about EOF instead of newlines The hack had to be kept for the lexer raw mode to avoid a bug; see the relevant code comment for more info.
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
ERROR: block-comment-termination-error.asm(1):
|
|
Unterminated block comment
|
|
ERROR: block-comment-termination-error.asm(1):
|
|
syntax error, unexpected end of file
|
|
error: Assembly aborted (2 errors)!
|