mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Use std::unordered_map for the keyword dict
This commit is contained in:
@@ -395,7 +395,6 @@ int main(int argc, char *argv[])
|
||||
charmap_New(DEFAULT_CHARMAP_NAME, NULL);
|
||||
|
||||
// Init lexer and file stack, providing file info
|
||||
lexer_Init();
|
||||
fstk_Init(mainFileName, maxDepth);
|
||||
|
||||
// Perform parse (yyparse is auto-generated from `parser.y`)
|
||||
|
||||
Reference in New Issue
Block a user