Skip to content

v0.3.0 Release

Latest
Compare
Choose a tag to compare
@solomon-b solomon-b released this 07 Feb 20:33
· 57 commits to main since this release
  • adds defaulting operator ??
  • Adds optional path lookup operator.
  • Fixes unicode support.
  • Adds a Pretty Printer.
  • Adds !=, >=, <=, in operators and not function.
  • Adds support for Aeson >=2.0.0
  • Parser rewrite with Happy and Alex with improved source span generation.