What's Changed
- Add BufWriter for file writing by @stefnotch in #46
- Merge error nodes when input tokens are skipped by @0x2a-42 in #48
- Improve error recovery for optionals by @0x2a-42 in #49
- Prevent node elision in start rule by @0x2a-42 in #50
- Allow parsing parts of the grammar by @0x2a-42 in #51
- Allow empty parentheses for empty word by @0x2a-42 in #52
- Make
DiagnosticandContextassociated types by @0x2a-42 in #55 - Allow lexer to update parser context by @0x2a-42 in #56
- Move owned data into
CstDatastruct by @0x2a-42 in #58 - Remove
Defaultbound fromContextby @JameeKim in #59 - Close error node before opening another node by @0x2a-42 in #62
- Create owned value in json example by @0x2a-42 in #63
New Contributors
- @stefnotch made their first contribution in #46
- @JameeKim made their first contribution in #59
Full Changelog: v0.9.1...v0.10.0