aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Classes
Commit message (Expand)AuthorAgeFilesLines
* Drop php74 (#120)Bruce Wells2022-12-225-43/+7
* More code style fixes (#118)v2.3.1Bruce Wells2022-08-041-0/+3
* Throw an IncorrectNumberOfFunctionParametersException if a function gets more...madman-812022-08-041-1/+9
* Space should end open numbers (#113)v2.2.2Bruce Wells2022-05-281-0/+2
* Added ability to escape quotes in strings. (#110)Fatih Kızmaz2022-05-192-26/+54
* Full support for arrays => min, max and avg funcs accept array argument. Also...Fatih Kızmaz2022-05-171-2/+9
* Support unlimited args for min, max default funcs. (#106)Fatih Kızmaz2022-05-134-21/+53
* Remove extra line (#105)Bruce Wells2022-05-091-1/+0
* Two more tests + some code refactoring (#104)Javier Marín2022-05-094-3/+18
* Phpcs fixer (#103)Bruce Wells2022-04-275-194/+198
* Adding varExists method and support for undefined var handler in getVar (#96)V2.1.112.0.4Bruce Wells2022-03-214-15/+12
* fix: broken support for positive exponent numbersJavier Marín2022-01-051-1/+1
* PhpStan support, consts visibilty and name for tokens (#89)Javier Marín2021-07-144-17/+30
* Support for unary positive expressions (#85)Javier Marín2021-03-051-3/+3
* Unary Minus (#84)V2.1.7Bruce Wells2021-02-171-31/+39
* Improved support for null variables (#72)V2.1.2Javier Marín2020-09-151-3/+1
* Handler for not found variables (#68)Javier Marín2020-07-261-3/+11
* Variable fixes (#67)V2.0.3Bruce Wells2020-06-044-11/+13
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-014-9/+5
* Merge branch 'master' into neonxp-ngBruce Wells2020-05-201-1/+1
|\
| * WIP: New generation (#62)Alexander Kiryukhin2020-05-2033-1573/+514
* | typed parameters and return typesBruce Wells2020-05-204-14/+14
* | 7.1 downgradeAlexander Kiryukhin2020-05-151-13/+2
* | Cleanup unused importsAlexander Kiryukhin2020-05-151-6/+0
* | Massive refactoringAlexander Kiryukhin2020-05-1533-1568/+526
|/
* Negative expression start (#60)V1.1.4Bruce Wells2020-04-211-2/+2
* Update documentation for PHPFUI/InstaDoc (#58)Bruce Wells2020-04-114-3/+13
* Fix substraction by zero bug (#56)Clément Lafont2020-02-071-2/+14
* Left bracket and minus fix (#55)V1.1.2Clément Lafont2020-01-131-2/+6
* Version 1.1 (#51)V1.1.0Bruce Wells2019-11-271-1/+1
* Logicandcompare (#50)franksl2019-11-2614-10/+434
* Subtraction fix (#46)v0.8.0Bruce Wells2019-08-161-2/+18
* Fixed typo in constantBruce Wells2019-01-161-1/+1
* Fixed comma operatorBruce Wells2019-01-164-14/+42
* Fixed function parameter orderBruce Wells2019-01-122-10/+6
* sync (#5)Bruce Wells2019-01-1121-162/+196
* Syncing to origin (#4)Bruce Wells2019-01-101-2/+1
* Syncing from origin (#3)Bruce Wells2019-01-101-3/+8
* Fixed function in () block issueBruce Wells2018-11-261-130/+133
* Division By Zero Exception supportBruce Wells2018-10-313-1/+66
* Removing DivisionByZeroException testing for nowBruce Wells2018-10-251-4/+0
* Additional validation for bad expressions (*+ for example)Bruce Wells2018-10-246-1/+57
* Fixed merge errorBruce Wells2018-09-121-13/+0
* Merge branch 'master' into support_for_double_quoted_stringsBruce Wells2018-09-121-0/+12
|\
| * Merge branch 'master' into devAlexander Kiryukhin2018-09-064-5/+27
| |\
| | * Merge branch 'master' into getters_for_function_and_operatorsAlexander Kiryukhin2018-09-063-5/+5
| | |\
| | * | Add ability to get functions and operators that have been registeredBruce Wells2018-08-311-0/+22
| * | | Exception MessagesBruce Wells2018-08-282-4/+4
| |/ /
* | / Support for double quoted stringsBruce Wells2018-09-125-22/+73
| |/ |/|
* | Fixes exponentiation operatorochi512017-09-121-2/+2