Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: broken support for positive exponent numbers | Javier Marín | 2022-01-05 | 1 | -1/+1 |
| | |||||
* | Support for unary positive expressions (#85) | Javier Marín | 2021-03-05 | 1 | -3/+3 |
| | | | * Support for unary positive operator | ||||
* | Unary Minus (#84)V2.1.7 | Bruce Wells | 2021-02-17 | 1 | -31/+39 |
| | | | Fixed unary minus to allow a minus sign in front of functions and parentheses. | ||||
* | Variable fixes (#67)V2.0.3 | Bruce Wells | 2020-06-04 | 1 | -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.2 | Alexander Kiryukhin | 2020-06-01 | 1 | -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 types | Bruce Wells | 2020-05-20 | 1 | -10/+10 |
| | |||||
* | 7.1 downgrade | Alexander Kiryukhin | 2020-05-15 | 1 | -13/+2 |
| | |||||
* | Massive refactoring | Alexander Kiryukhin | 2020-05-15 | 1 | -0/+313 |
More clean structure Parsing without regular expressions |