Make = a separate token from SET

This does break backwards compat, but if anyone complains I'm gonna be mad
This commit is contained in:
ISSOtm
2020-02-10 00:49:45 +01:00
parent c424a9bf5a
commit 9ed6e9af65
2 changed files with 6 additions and 1 deletions

View File

@@ -540,7 +540,7 @@ const struct sLexInitString lexer_strings[] = {
/* Handled before in list of CPU instructions */
/* {"set", T_POP_SET}, */
{"=", T_POP_SET},
{"=", T_POP_EQUAL},
{"pushs", T_POP_PUSHS},
{"pops", T_POP_POPS},