aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Better setVar error message (#70)Bruce Wells2020-09-161-2/+4
| | | | Additional unit tests Readme update
* Release prep (#69)Bruce Wells2020-09-161-0/+16
| | | | | | | * String comparison unit tests * getVars and getFunctions sanity checks * Add dynamic variable documentation
* 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
* Packagist tag (#64)V2.0.1Bruce Wells2020-05-211-1/+1
| | | | | * $variables should be private * Add Packagist tag
* Merge branch 'master' into neonxp-ngBruce Wells2020-05-201-2/+0
|\
| * WIP: New generation (#62)Alexander Kiryukhin2020-05-201-57/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Massive refactoring More clean structure Parsing without regular expressions * Cleanup unused imports * Fix version string for Travis * 7.1 downgrade * Fix readme
* | Update readme.mdBruce Wells2020-05-201-8/+10
| |
* | Fix readmeAlexander Kiryukhin2020-05-151-2/+4
| |
* | Massive refactoringAlexander Kiryukhin2020-05-151-58/+26
|/ | | | | More clean structure Parsing without regular expressions
* Doc update (#61)Bruce Wells2020-05-141-1/+1
| | | | | * Update documentation for PHPFUI/InstaDoc * Removing dead waffle.io links in docs
* Update documentation for PHPFUI/InstaDoc (#58)Bruce Wells2020-04-111-1/+5
|
* PHP 7.4 support (#57)V1.1.3Bruce Wells2020-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge in neonxp master (#9) * Version 1.1 (#51) * Update README.md and more function support * Removing phpunit symbolic link (#53) * Left bracket and minus fix (#55) * Left bracket and minus fix (#54) * Add test for left bracket and minus fix #55 * Fix substraction by zero bug (#56) Co-authored-by: franksl <info@streamlake.com> Co-authored-by: Clément Lafont <johnrazeur@gmail.com> * Docs and test updates * Update composer Co-authored-by: franksl <info@streamlake.com> Co-authored-by: Clément Lafont <johnrazeur@gmail.com>
* 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