Skip to content

v3.0.0

Compare
Choose a tag to compare
@ehwan ehwan released this 02 Sep 15:40
· 21 commits to main since this release

Full Changelog: v2.7.0...v3.0.0

Breaking API

  • removed Parser::feed(), Parser::begin()

    • Context can be created with Context::new()
    • feed() moved to Context::feed()
  • removed lalr! macro

    • LALR parser can be generated with %lalr directive.
  • cleaned README and cargo doc

  • changed LICENSE from MIT to MIT OR APACHE 2.0