Clément Lafont
Results
2
issues of
Clément Lafont
Hello, I am having problems when I have formula with "double" operators. E.g: * `--4+5` -> ParseError: syntax error, unexpected '4' (T_LNUMBER) * `+-4+5` -> Exception: NXP\Exception\UnknownOperatorException * `-+4+5` ->...
## Summary ## Type - Bug - Feature - Enhancement - Documentation - Migration - Refactor ### Summarise concisely: #### What is expected? (Description of the new behavior) #### The...