aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Classes/Token
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in constantBruce Wells2019-01-161-1/+1
* Fixed comma operatorBruce Wells2019-01-162-3/+32
* Fixed function parameter orderBruce Wells2019-01-121-2/+2
* sync (#5)Bruce Wells2019-01-1118-17/+43
* Division By Zero Exception supportBruce Wells2018-10-312-0/+34
* Removing DivisionByZeroException testing for nowBruce Wells2018-10-251-4/+0
* Additional validation for bad expressions (*+ for example)Bruce Wells2018-10-245-0/+56
* Support for double quoted stringsBruce Wells2018-09-122-1/+26
* Fixes exponentiation operatorochi512017-09-121-2/+2
* Specifically check for 0 in division to allow for negative operationsbajb2016-04-011-1/+1
* Avoid division by zerobajb2016-04-011-1/+1
* Make TokenNumber aware of scientific notationAnton Stöckl2013-09-061-1/+1
* + Added cache, which speeds up the repetitive calculationsNeonXP2013-09-061-0/+25
* Mass refactoringNeonXP2013-09-0615-0/+555