also fixed comparing strings
This commit is contained in:
pommicket 2022-02-15 12:16:21 -05:00
parent f7c3154b8a
commit 1ea9d85e3f
4 changed files with 193 additions and 27 deletions

View file

@ -2775,7 +2775,6 @@ function parse_expression
if c == EXPRESSION_LT goto type_int
if c == EXPRESSION_GT goto type_int
if c == EXPRESSION_COMMA goto type_binary_right
if c == EXPRESSION_EQ goto type_binary_left
if c == EXPRESSION_ASSIGN goto type_binary_left
if c == EXPRESSION_ASSIGN_ADD goto type_binary_left
if c == EXPRESSION_ASSIGN_SUB goto type_binary_left