16 Commits

Author SHA1 Message Date
josdejong
598262b81a Implemented data type Range, method range, and range support in the Parser. 2013-03-22 20:42:40 +01:00
josdejong
8571f132ad changed precedence of unary minus: power now goes before unary minus (see #2) 2013-03-22 20:10:07 +01:00
josdejong
e9bddfd8e2 changed behavior of power operator in the parser from left to right associative. 2013-03-21 09:02:40 +01:00
josdejong
e22226060f Renamed parser method put to set 2013-03-20 20:36:04 +01:00
josdejong
69d162df61 Implemented array support for the parser 2013-03-15 23:15:32 +01:00
josdejong
bfbe29c664 Fixed a scoping issue in the Parser 2013-03-15 21:15:49 +01:00
josdejong
3e882c3c0d - Improved the complex number parser
- Improved method typeof
2013-03-12 21:09:46 +01:00
josdejong
936820eee1 Marked private methods in the Workpace with the @private annotation 2013-03-11 20:52:13 +01:00
josdejong
4f422a34e2 Updated readme. Improved Complex data type. 2013-03-09 10:47:10 +01:00
josdejong
4c2c06d979 Implemented Workspace 2013-03-04 19:34:16 +01:00
josdejong
c1fa8d8231 Fixed an issue in the Parser not resolving variables later on when undefined in first instance. 2013-02-25 21:09:05 +01:00
josdejong
6faacfb120 Moved Complex and Unit to the main namespace math 2013-02-25 20:44:37 +01:00
josdejong
57c4055458 Implemented methods mod, equal, unequal, smallereq, largereq 2013-02-24 20:51:35 +01:00
josdejong
3b9c24fe72 Documentation updated 2013-02-24 14:21:05 +01:00
josdejong
699705086f Implemented methods parser.get and parser.put. 2013-02-24 13:06:09 +01:00
josdejong
c896eae319 Parser implemented 2013-02-23 23:45:51 +01:00