josdejong
|
af7360b5e4
|
Created construction methods for easily creating data types. Moved the data types and parser to another namespace.
|
2013-03-26 22:06:48 +01:00 |
|
josdejong
|
05f26c6e37
|
Parser now returns a Matrix instead of an Array. Some fixes and extensions in Matrix, Vector, and Range
|
2013-03-24 20:07:48 +01:00 |
|
josdejong
|
676cf0029c
|
Moved script to run all tests from ./test/all.js to Jakefile.js
|
2013-03-22 20:47:18 +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 |
|