Skip to content

0.5.0

Compare
Choose a tag to compare
@nesaro nesaro released this 17 Mar 09:53
· 114 commits to master since this release

Changelog from 0.4.1

  • Fixes LR0 and LL1 parser
  • Adds more tests for parsers

Changelog from 0.4.0

  • Fixes conceptual problems in the alphabet handling
  • Introduces GenericLexer
  • Adds Parsley support ( @Ptolom )
  • Improves Python 2 support
  • Removes Validation and Match