Skip to content

Releases: rscarson/lavendeux-parser

v0.8.1

13 Mar 16:02
Compare
Choose a tag to compare

Update dependencies
Fix issue with string escape processing
Add a large number of new functions
Enhance builtin-function API

v0.7.3

03 Nov 16:54
fdc2fee
Compare
Choose a tag to compare

Update dependencies

v0.7.2

18 Jul 15:37
Compare
Choose a tag to compare

Update dependencies

v0.7.1

24 May 16:27
Compare
Choose a tag to compare

Add missing documentation for array functions

v0.7.0

24 May 16:26
Compare
Choose a tag to compare

Add array datatype

v0.6.2

11 May 16:10
Compare
Choose a tag to compare

Change decorators to work more like functions

v0.6.1

02 May 14:37
Compare
Choose a tag to compare

Remove debug code
Allow help( ) to take identifiers, not just strings

v0.6.0

01 May 06:04
Compare
Choose a tag to compare

Added (Implied)(Multiplication) 2x, etc
Overhaul of functions to enable the help commands
Add regex matching function

v0.5.3

06 Apr 17:50
e75560f
Compare
Choose a tag to compare

Make errors more useful by adding positions and better constructors

v0.5.2

06 Apr 17:49
97e985f
Compare
Choose a tag to compare

Make extensions a feature that can be disabled by turning off the crate's 'extensions' feature - on by default