mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-22 08:21:52 +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