josdejong
|
bf13f9ceb8
|
Fixed a bug in resizing matrices when replacing a subset.
|
2013-05-10 19:20:27 +02:00 |
|
josdejong
|
976125821e
|
Implemented implicit start and end for the range operator in parser
|
2013-05-09 17:01:36 +02:00 |
|
josdejong
|
6bd857ca7e
|
Implemented index parameter 'end'
|
2013-05-09 14:47:23 +02:00 |
|
josdejong
|
b43e62d19f
|
Bug fixed in assignment of a variable update where the variable is undefined
|
2013-05-09 13:46:46 +02:00 |
|
josdejong
|
a8331f958c
|
math.eval supports variables and multiple expressions now. Removed the readonly option from Parser and Scope.
|
2013-05-05 20:54:10 +02:00 |
|
josdejong
|
d94b8f8cee
|
Simplified the Symbol/Scope
|
2013-04-27 20:57:58 +02:00 |
|
josdejong
|
bf6b707607
|
Fixed parser returning NaN instead of throwing an error for a number with multiple decimal separators
|
2013-04-27 14:26:26 +02:00 |
|
josdejong
|
ef7b68fe47
|
Fixed Workspace.insertAfter
|
2013-04-27 13:33:26 +02:00 |
|
josdejong
|
548708ffaa
|
Improvements in parser and node tree. Implemented Params and Operator. Some first simplifications in Scope
|
2013-04-26 21:13:54 +02:00 |
|
josdejong
|
b851f418e5
|
Implemented math.eval and a readonly option for the Parser and Scope.
|
2013-04-13 10:28:10 +02:00 |
|
josdejong
|
e45cb774e7
|
Chained operations via method math.chain... coool!
|
2013-04-11 22:20:17 +02:00 |
|
josdejong
|
d6ebe886b9
|
Simplified and improved the scoping of the Parser
|
2013-04-11 20:57:11 +02:00 |
|
josdejong
|
e682dc35bd
|
Implemented methods Unit.in and Unit.as (see issue #5)
|
2013-04-10 20:52:49 +02:00 |
|
josdejong
|
d073c6cc31
|
Fixed transpose not returning result as a Matrix in case of Matrix input.
|
2013-04-06 15:32:39 +02:00 |
|
josdejong
|
5aa8a68bdd
|
Implemented transpose operator (') in parser. Fixed parsing empty matrix.
|
2013-04-06 15:12:15 +02:00 |
|
josdejong
|
34a1039599
|
Implemented matrix concatenation in the parser
|
2013-04-06 13:27:11 +02:00 |
|
josdejong
|
f2c4104ad7
|
Implemeneted method concat for matrix concatenation
|
2013-04-06 11:52:45 +02:00 |
|
josdejong
|
9eb57b5359
|
Documented Matrix and Range in readme. Fixed a bug in Matrix.set
|
2013-04-01 21:39:54 +02:00 |
|
josdejong
|
5c693ac4fb
|
Moved test files
|
2013-04-01 13:58:37 +02:00 |
|