Skip to content

v0.7.0

Choose a tag to compare

@chharvey chharvey released this 13 Mar 05:23
· 56 commits to main since this release

Breaking

  • make NonemptyArray<T> writable (narrows the type). Use Readonly<NonemptyArray<T>> if you want it to be read-only.

Non-Breaking

  • more readable output
  • export Grammar instance in auto-generated file
  • add utility template literal tag function dedent

Fixes

  • remove trailing punctuator in EBNF Definition, which was causing syntax errors