Releases: rscarson/lavendeux-parser
Releases · rscarson/lavendeux-parser
v0.8.1
Update dependencies
Fix issue with string escape processing
Add a large number of new functions
Enhance builtin-function API
v0.7.1
Add missing documentation for array functions
v0.6.2
Change decorators to work more like functions
v0.6.1
Remove debug code
Allow help( ) to take identifiers, not just strings
v0.6.0
Added (Implied)(Multiplication) 2x, etc
Overhaul of functions to enable the help commands
Add regex matching function
v0.5.3
Make errors more useful by adding positions and better constructors
v0.5.2
Make extensions a feature that can be disabled by turning off the crate's 'extensions' feature - on by default