Changelog
1.5.8
Changelog
1.5.7
Changelog
1.5.6
CoreFunctions.throwInvalidCallError
(test
parameter) and
all CoreFunctions
methods that use it.Changelog
1.5.5
Changelog
1.5.4
MultiArray.evaluate
(array of cells be evaluated in the same
way as common array now solved).Changelog
1.5.3
MultiArray.evaluate
(evaluating null array throws error now
solved).Changelog
1.5.2
MultiArray.evaluate
. Before the method was page-oriented. Now
is full dimensional using recursion and concatenation.ElementType
from 'MultiArray.ts' in 'lib.ts'.MultiArray.reshape
.Changelog
1.5.0
FunctionHandle
type has been created and made a member of
AST.NodeExpr
through ElementType
. Evaluator.nameTable
entries has been
modified to AST.NodeExpr
. Changes in Evaluator.Evaluator
, removing
function definition, and altering processing of node types 'IDENT' and 'IDX'
to use function handles. Now the function definitions and use is the same like
in MATLAB®/Octave.Changelog
1.4.2
CoreFunctions.newFilled
).