Scientific notation clashes with implicit multiplication

Issue #599 closed
Pol Welter created an issue

The tokenizer is designed to ignore spaces in numbers. This is usually a good thing. However it will also make things like this fail:

eps = 10

2 eps 
INVALID EXPRESSION

Any variable or function that starts with the letter e will break implied multiplication.

Comments (4)

  1. Log in to comment