Clean the Lexer and Parser API from methods no longer needed since the new class-syntax. Parameters such as line_rule, params, terminal_actions and terminal are now taken as class kwargs instead of using implicit function injected in the scope of classes
0.2.1
Make Lexer an iterator
0.2.0
The new and (likely) definitive syntax for Lexer and Parser is up. Rules are declared in a class block.
0.1.3
- Use setuptools install_requires for dill dependency
0.1.2
- Fix setup file download link
0.1.1
- Fixed setup file, previous minor version did not include packages on PyPI