- The expression is language is now much more powerful thanks to @tstack. Everywhere you can use expressions, you can now also use operators: (
+
,-
,*
,/
). You can also create variables from existing variables usingas
- Assorted performance improvements, the biggest one (almost 2x!) came from switching to Jemalloc. (@rcoh)
parse
is now slightly more flexible when...being parsed. Specifically,from
can now come anywhere (@rcoh)parse
will consume any whitespace character when whitespace exists in the pattern. Technically a breaking change, but I don't expect this will break anything IRL. (@rcoh)