fix the equalities
This commit is contained in:
parent
8957251808
commit
e9f6282446
|
@ -122,6 +122,7 @@ void Parser::processLines() {
|
|||
else if (ct == "-=") token.keyword = keywords::SUBTRACTFROM;
|
||||
else if (ct == "*=") token.keyword = keywords::MULTIPLYTO;
|
||||
else if (ct == "/=") token.keyword = keywords::DIVIDEFROM;
|
||||
else if (ct == "==") token.keyword = keywords::EQUAL;
|
||||
else {
|
||||
token.keyword = keywords::VALUE;
|
||||
// Convert the value based on its type
|
||||
|
|
Loading…
Reference in New Issue
Block a user