Use std::unordered_map for the keyword dict

This commit is contained in:
Rangi42
2024-02-27 21:58:36 -05:00
committed by Sylvie
parent 962398969b
commit beb1997378
2 changed files with 24 additions and 75 deletions

View File

@@ -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`)