| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error
* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic
* Better support for null variables
* Better support for null variables
* Better support for null variables
* Allow null values in `setVar` method
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error
* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic
* Better support for null variables
* Better support for null variables
* Better support for null variables
|
| |
| |
| |
| | |
Additional unit tests
Readme update
|
| |
| |
| |
| |
| |
| |
| | |
* String comparison unit tests
* getVars and getFunctions sanity checks
* Add dynamic variable documentation
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error
* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Reproduce if throws UnknownOperatorException
* Fix variable detection
* Adding IncorrectNumberOfFunctionParametersException
* Removing tabs
* Better exception message text
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error
* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic
* Better support for null variables
* Better support for null variables
* Better support for null variables
* Allow null values in `setVar` method
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error
* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic
* Better support for null variables
* Better support for null variables
* Better support for null variables
|
| |
| |
| |
| | |
Additional unit tests
Readme update
|
| |
| |
| |
| |
| |
| |
| | |
* String comparison unit tests
* getVars and getFunctions sanity checks
* Add dynamic variable documentation
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error
* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Reproduce if throws UnknownOperatorException
* Fix variable detection
* Adding IncorrectNumberOfFunctionParametersException
* Removing tabs
* Better exception message text
|
|\|
| |
| | |
Latest from master
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Code style fixes
Up phpunit to v8
New CI
* Remove travis
* Fix CI badge
* Added php-cs-fixer action
|
|/
|
|
|
| |
* $variables should be private
* Add Packagist tag
|
|\
| |
| | |
Update parameters and add back functions
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Massive refactoring
More clean structure
Parsing without regular expressions
* Cleanup unused imports
* Fix version string for Travis
* 7.1 downgrade
* Fix readme
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# Conflicts:
# src/NXP/Classes/Calculator.php
# src/NXP/Classes/Lexer.php
# src/NXP/Classes/Token/AbstractOperator.php
# src/NXP/Classes/TokenFactory.php
# src/NXP/MathExecutor.php
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| |
| | |
More clean structure
Parsing without regular expressions
|
| |
| |
| |
| |
| | |
* Update documentation for PHPFUI/InstaDoc
* Removing dead waffle.io links in docs
|
| |
| |
| |
| |
| | |
* Update documentation for PHPFUI/InstaDoc
* Support for negative numbers starting paren enclosed expressions
|
| | |
|
| |
| |
| |
| |
| | |
* Update documentation for PHPFUI/InstaDoc
* Removing dead waffle.io links in docs
|
| |
| |
| |
| |
| | |
* Update documentation for PHPFUI/InstaDoc
* Support for negative numbers starting paren enclosed expressions
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|\ |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
# Conflicts:
# .gitignore
# tests/MathTest.php
|
| |\ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Updated unit tests
* Fixed docs
* Better unary minus support
|
| |\| | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Updated unit tests
* Fixed docs
* Better unary minus support
|
| |\| |
| | | |
| | | |
| | | |
| | | | |
# Conflicts:
# src/NXP/Classes/Token/TokenFunction.php
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated unit tests
Fixed docs
|