aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* PHP 7.4 supportBruce Wells2019-12-011-2/+0
|
* Update README.md and more function supportBruce Wells2019-11-271-11/+56
|
* Subtraction fix (#46)v0.8.0Bruce Wells2019-08-161-2/+8
| | | | | * Updated unit tests * Fixed docs * Better unary minus support
* Fixed function parameter order (#42)v0.7.1Bruce Wells2019-01-121-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed parsing for () * sync (#5) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Added simple coc (#37) * Added simple coc * Fix * Replaceable operators (#38) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression * Fix md typo (#39) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Syncing to origin (#4) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Added simple coc (#37) * Added simple coc * Fix * Replaceable operators (#38) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression * \\ instead of \ * Update README.md Some small fixes * Fix single quotes parsing (#41) * Fix single quotes parsing Fix e-mails Some small fixes * Mistake in test * More PHP versions * Update README.md Deleted `dev` branch * Fixed function parameter order Corrected $places default value for addFunction to match TokenFactory Added function order test and put expected order first in assertEquals If else blocks in calculator Updated docs
* Update README.mdAlexander Kiryukhin2019-01-111-6/+0
| | | Deleted `dev` branch
* Update README.mdAlexander Kiryukhin2019-01-111-2/+2
| | | Some small fixes
* Fix md typo (#39)Bruce Wells2019-01-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Syncing to origin (#4) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Added simple coc (#37) * Added simple coc * Fix * Replaceable operators (#38) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression * \\ instead of \
* Replaceable operators (#38)v0.7Bruce Wells2019-01-101-0/+12
| | | | | | | | | | | | | | | | | | * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression
* Documentation fixes (#34)Bruce Wells2018-12-201-6/+6
| | | | Fixing typos in and clarifying documentation.
* Fixed Lexor to correctly generate reverse polish notation (#33)v0.6Bruce Wells2018-11-261-3/+4
| | | | | | * Updated from NeonXP/MathExecutor * Fixed function in () block issue
* Division By Zero Exception supportBruce Wells2018-10-311-18/+39
| | | | | | Updated the documentation. Unit tests for strings. DivisionByZeroException support.
* Merge branch 'master' into getters_for_function_and_operatorsAlexander Kiryukhin2018-09-061-0/+1
|\
| * add waffle.io badgeMaking GitHub Delicious.2015-09-291-0/+1
| |
* | Update README.mdAlexander Kiryukhin2013-09-061-2/+2
| |
* | ~Change readmeNeonXP2013-09-061-1/+9
|/
* Update README.mdAlexander Kiryukhin2013-09-061-0/+2
|
* Update README.mdAlexander Kiryukhin2013-09-061-3/+3
|
* Update README.mdAlexander Kiryukhin2013-09-061-1/+3
|
* + Added cache, which speeds up the repetitive calculationsNeonXP2013-09-061-1/+18
| | | | + Returned variables, because they need for cached expressions
* Mass refactoringNeonXP2013-09-061-10/+62
| | | | | | | | | | | 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
* Fix to PSR standart, fix tokenizer, fix function executor.zhukv2013-08-031-7/+43
|
* Update README.mdAlexander Kiryukhin2013-03-141-3/+1
|
* Update README.mdAlexander Kiryukhin2013-03-141-1/+7
|
* Initial commitNeonXP2013-03-141-0/+10