aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Classes/Tokenizer.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: broken support for positive exponent numbersJavier Marín2022-01-051-1/+1
|
* Support for unary positive expressions (#85)Javier Marín2021-03-051-3/+3
| | | * Support for unary positive operator
* Unary Minus (#84)V2.1.7Bruce Wells2021-02-171-31/+39
| | | Fixed unary minus to allow a minus sign in front of functions and parentheses.
* Variable fixes (#67)V2.0.3Bruce Wells2020-06-041-7/+9
| | | | | | | | | | | * Reproduce if throws UnknownOperatorException * Fix variable detection * Adding IncorrectNumberOfFunctionParametersException * Removing tabs * Better exception message text
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-011-1/+1
| | | | | | | | | | | | * Code style fixes Up phpunit to v8 New CI * Remove travis * Fix CI badge * Added php-cs-fixer action
* typed parameters and return typesBruce Wells2020-05-201-10/+10
|
* 7.1 downgradeAlexander Kiryukhin2020-05-151-13/+2
|
* Massive refactoringAlexander Kiryukhin2020-05-151-0/+313
More clean structure Parsing without regular expressions