| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
# Conflicts:
# src/NXP/Classes/Lexer.php
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Documentation fixes (#34)
Fixing typos in and clarifying documentation.
* MathExecutor allow override default operators, functions and vars (#36)
|
|\|
| |
| |
| |
| | |
# Conflicts:
# src/NXP/Classes/Lexer.php
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Updated from NeonXP/MathExecutor
* Fixed function in () block issue
|
| | |
| | |
| | |
| | |
| | |
| | | |
Updated the documentation.
Unit tests for strings.
Added more unit tests.
DivisionByZeroException support.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Additional validation for bad expressions (*+ for example)
* Removing DivisionByZeroException testing for now
Added more unit tests.
|
| | | | |
|
| | | | |
|
|/ / / |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Updated the documentation.
Unit tests for strings.
DivisionByZeroException support.
|
| |
| |
| |
| | |
Added more unit tests.
|
| | |
|
|\|
| |
| | |
Merge from upstream master
|
| |\
| | |
| | | |
Support for double quoted strings
|
| | | |
|
| | |\
| | |/
| |/| |
|
| | | |
|
| |\ \
| | | |
| | | | |
Dev
|
| | |\ \
| | |/ /
| |/| | |
|
|/| | |
| | | |
| | | | |
Getters for function and operators
|
| |\ \ \
| |/ / /
|/| | | |
|
| | | | |
|
| |/| |
| | | |
| | | | |
Exception Messages
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
Basically the token that is causing the exception for better diagnostics.
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
Changed array() to [] syntax.
Added variable in question to unknown variable exception.
Added getVar and getVars accessor functions.
Added getOperators and getFunctions accessor functions for completeness.
Extended all Exceptions off MathExecutorException.
|
|\ \
| | |
| | | |
Removing the numeric test on setVar.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixes exponentiation operator
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
association is RIGHT_ASSOC
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Avoid division by zero
|
| | | |
|
|/ / |
|
|\ \
| |/
|/| |
waffle.io Badge
|
|/ |
|
| |
|
|\
| |
| | |
Make TokenNumber aware of scientific notation
|