v0.7.0
Breaking
- make
NonemptyArray<T>writable (narrows the type). UseReadonly<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