mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Correctly recover from syntax errors at the first token of a line (#1549)
This commit is contained in:
@@ -28,4 +28,4 @@ ENDM
|
||||
mac2 elif, 6 * 7 ; this prints "it's $2A" because it skips the `\1` line and takes the `else`
|
||||
mac2 elif, 6 * 9
|
||||
mac2 elif
|
||||
mac2
|
||||
mac2 ; this prints "args:" *and* "forty-two!" since it doesn't create an `elif`
|
||||
|
||||
Reference in New Issue
Block a user