Skip to content

v0.10.0

Latest

Choose a tag to compare

@0x2a-42 0x2a-42 released this 23 Nov 14:31
· 34 commits to main since this release
v0.10.0
0c61ae6

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 Diagnostic and Context associated types by @0x2a-42 in #55
  • Allow lexer to update parser context by @0x2a-42 in #56
  • Move owned data into CstData struct by @0x2a-42 in #58
  • Remove Default bound from Context by @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

Full Changelog: v0.9.1...v0.10.0