- Fixed a very wrong implementation of left/rightmost derivation steps. - Fixed ProductionGraph to handle nullable symbols. - Added LIBLET_NOBEACON to disable Google Analytics beconing. - Added decorator module docs.
0.8.0alpha
-------------------------
- Removed Grammar.all_terminals method and and renamed Grammar.rhs method to Grammar.alternatives. - Filled the docs of Derivation. - Added a reference to the jar installation script. - Cleaned up and added some tests.
0.7.1alpha
-------------------------
- Fixing errors due to methods refactoring among modules.
0.7.0alpha
-------------------------
- Moved difficult to test (god forbids) code for rich display in a single (non tested) module. - Removed jupyter repr tricks. - Added codecov integration.
0.6.0alpha
-------------------------
- Added __eq__ and __hash__ where needed. - Got rid of _ensure_tuple in favor of Production.as_type0.