Changelog
1.1.18
end
in ranges implemented in parser rule colon_item
. To do this it was necessary to track the context creating the parent
property in each node, set during Evaluator
, and also the index
property in the 'LIST' and 'IDX' type nodes. This can be useful in Unparse
and UnparseMathML
, to eliminate unnecessary parenthesis.Changelog
1.1.17
NodeReturnList
type. Method reduceIfReturnList
created in class Evaluator
.