mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Implement . string constant for the current label scope (#1499)
This commit is contained in:
@@ -107,7 +107,6 @@
|
||||
%token EOB "end of buffer"
|
||||
|
||||
// General punctuation
|
||||
%token PERIOD "."
|
||||
%token COMMA ","
|
||||
%token COLON ":" DOUBLE_COLON "::"
|
||||
%token LBRACK "[" RBRACK "]"
|
||||
|
||||
Reference in New Issue
Block a user