Activity
lst$(..,..,VIS) affixes {} to unvisited operator nodes
lst$(..,..,VIS) affixes {} to unvisited operator nodes
numbers containing dot weren't properly string matched.
numbers containing dot weren't properly string matched.
Did not match correctly: a*b*c:(a*b*c ?)*?z
Did not match correctly: a*b*c:(a*b*c ?)*?z
Removed unneeded comments and changed //.. to /*..*/
Removed unneeded comments and changed //.. to /*..*/
Fixed bug in SortMOP(). Bad handling of neutral elements.
Fixed bug in SortMOP(). Bad handling of neutral elements.
Allow / in unquoted HTML(5) attribute, even if followed by >
Allow / in unquoted HTML(5) attribute, even if followed by >
Changed ' to ' in toML$ function
Changed ' to ' in toML$ function
Fixed recently introduced bug in mop$ function
Fixed recently introduced bug in mop$ function
Adapted to latest versionof emcc
Adapted to latest versionof emcc
lst$ must fail if symbol is not bound
lst$ must fail if symbol is not bound
Fixed bug in yesterday's code (SortMOP)
Fixed bug in yesterday's code (SortMOP)
map/mop/vap can take empty function. mop merge sorts output sum/product
map/mop/vap can take empty function. mop merge sorts output sum/product
Added optional parameter to mop$, specifying separator in output
Added optional parameter to mop$, specifying separator in output
Added built in function tme for current time
Added built in function tme for current time
Several minor adaptations and text updates.`
Several minor adaptations and text updates.`
Added export of floating point, not scientific, data
Added export of floating point, not scientific, data
nestML function: explicitly close non-empty elements
nestML function: explicitly close non-empty elements
int --> size_t for variable op_or_0
int --> size_t for variable op_or_0
toML function: Removed the space before the slash in empty tags (void…
toML function: Removed the space before the slash in empty tags (void…