Release 0.1.12: Bug fixes and new functions
This release adds the uuid()
built-in function, and a couple of minor improvements. Parsing of decimal numbers in the number()
function has been improved to handle larger decimals. Also, syntax errors in regular expressions are now detected at compile time when possible.
Thanks to @fuchsst for the design and implementation of the uuid()
function!