mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 13:01:38 -07:00
add plex 😏
This commit is contained in:
@@ -183,6 +183,7 @@ gb_internal void init_keyword_hash_table(void) {
|
||||
TokenKind kind;
|
||||
} const legacy_keywords[] = {
|
||||
{str_lit("notin"), Token_not_in},
|
||||
{str_lit("plex"), Token_not_in},
|
||||
};
|
||||
|
||||
for (i32 i = 0; i < gb_count_of(legacy_keywords); i++) {
|
||||
|
||||
Reference in New Issue
Block a user