mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add test for labels when expecting symbols
This commit is contained in:
@@ -1976,7 +1976,7 @@ static Token yylex_NORMAL() {
|
||||
}
|
||||
}
|
||||
|
||||
// We need it to distinguish between label definitions (which start with `LABEL`) and
|
||||
// We need to distinguish between label definitions (which start with `LABEL`) and
|
||||
// macro invocations (which start with `SYMBOL`).
|
||||
//
|
||||
// If we had one `IDENTIFIER` token, the parser would need to perform "lookahead" to
|
||||
|
||||
Reference in New Issue
Block a user