Remove _mix_ keyword

This commit is contained in:
Bruce Hill 2024-04-22 17:26:33 -04:00
parent 5fd85d7e0b
commit a329682d30

View File

@ -46,7 +46,7 @@ int op_tightness[] = {
static const char *keywords[] = {
"yes", "xor", "while", "when", "use", "then", "struct", "stop", "skip", "return",
"or", "not", "no", "mod1", "mod", "pass", "lang", "in", "if", "func", "for", "extern",
"enum", "else", "do", "and", "_mix_", "_min_", "_max_",
"enum", "else", "do", "and", "_min_", "_max_",
NULL,
};