aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Classes/Token/AbstractOperator.php
Commit message (Collapse)AuthorAgeFilesLines
* WIP: New generation (#62)Alexander Kiryukhin2020-05-201-51/+0
| | | | | | | | | | | | | | * Massive refactoring More clean structure Parsing without regular expressions * Cleanup unused imports * Fix version string for Travis * 7.1 downgrade * Fix readme
* Update documentation for PHPFUI/InstaDoc (#58)Bruce Wells2020-04-111-0/+1
|
* Fix single quotes parsing (#41)Alexander Kiryukhin2019-01-111-1/+1
| | | | | | | | | | * Fix single quotes parsing Fix e-mails Some small fixes * Mistake in test * More PHP versions
* Division By Zero Exception supportBruce Wells2018-10-311-0/+30
| | | | | | Updated the documentation. Unit tests for strings. DivisionByZeroException support.
* Mass refactoringNeonXP2013-09-061-0/+20
Some changes: + Added support of functions with multiple arguments + Added some default function (min, max, avg). just example of multiple arguments :) - Removed variables support (I think they pointless) ~ All tokens now in individual classes ~ Parsing based on regular expressions ~ Fix negative numbers ~ Fix grouping with brackets