v3.0.0
Full Changelog: v2.7.0...v3.0.0
Breaking API
-
removed
Parser::feed()
,Parser::begin()
Context
can be created withContext::new()
feed()
moved toContext::feed()
-
removed
lalr!
macro- LALR parser can be generated with
%lalr
directive.
- LALR parser can be generated with
-
cleaned README and cargo doc
-
changed LICENSE from MIT to MIT OR APACHE 2.0