Closed zebralt closed 6 years ago
"1 times 1" is considered as a numeric literal, obviously a problem.
Will fix ASAP.
Fixed by 66915adc717a606507ccdedf03244a29471f7308 !
It didn't use the nextWord
syntax like the others, and had redundant code, so I got to cut some fat off the meat at the same time.
If you put a numeric literal first in an expression, the tokenizer will raise an exception. I suppose it does not expect to find anything but numbers after it, except for an assignment operator.
Here's a simple way to reproduce it :