Skip to content

0.1.1: improved error recovery

Compare
Choose a tag to compare
@alaviss alaviss released this 23 Sep 00:33
· 75 commits to main since this release
0.1.1
4e357b8

This is a small bug fixing release.

Let's start with parsing statistics:

Total parses: 3987;
successful parses: 3914;
failed parses: 73;
success percentage: 98.17%

Notable changes of this cycle:

Parsing improvements

  • Added support trailing commas within a symbol declaration list (#39)

Implementation improvements

  • Avoid emitting _layout_empty during error recovery (#40).
    This should provide a large improvement to the syntax tree in light of deeply-nested invalid code.