Skip to content

v0.8.0

Compare
Choose a tag to compare
@DiscreteTom DiscreteTom released this 11 Mar 13:33
· 1291 commits to main since this release

Highlight Features

  • Add high-level resolver APIs: builder.priority/leftSA/rightSA.
  • Add builder.use to apply custom decorators.
  • builder.resolveRS/resolveRR support *+?.
  • Provide versioned documentation.

Breaking Changes

  • ParserBuilder.checkSymbols is now private, use options in ParserBuilder.build instead.
  • Remove AdvancedBuilder.expand, make AdvancedBuilder extend ParserBuilder, they both implement IParserBuilder.