aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Classes/Token/TokenString.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix single quotes parsing (#41)Alexander Kiryukhin2019-01-111-25/+0
| | | | | | | | | | * Fix single quotes parsing Fix e-mails Some small fixes * Mistake in test * More PHP versions
* Support for double quoted stringsBruce Wells2018-09-121-0/+25
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.