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