v0.5.3
What's Changed
- Remove unused files by @yui-knk in #43
- Merge error_recovery branch by @alitaso345 in #44
- Update TODO list by @yui-knk in #45
- Add tests for stdin mode by @alitaso345 in #46
- Fix typos by @yui-knk in #48
- Fix license notices by @gemmaro in #47
- Refactor lrama/lexer.rb by @alitaso345 in #49
- Refactor states.rb and grammar.rb by @alitaso345 in #50
- Move Lrama::Union to Lrama::Grammar::Union by @yui-knk in #52
- Refactor lrama/state.rb by @alitaso345 in #51
- Move multiple classes under grammar by @alitaso345 in #53
- Add integration test by @yui-knk in #54
- Refactor report.rb to use one module per source file by @ydah in #55
- Refactor Command class by @yui-knk in #56
- Test for named references by @yui-knk in #57
- Suppress aborting message from tests by @nobu in #59
- Raise error when referred nterm, term and action type is not declared by @yui-knk in #61
- Suppress unused-but-set-variable warnings by @nobu in #58
- Added gem to help tracking the code coverage of the tests by @lucasmenezesds in #63
- Refactor Lrama::Grammar::Rule by @Maumagnaguagno in #65
- v0.5.3 by @yui-knk in #68
New Contributors
- @gemmaro made their first contribution in #47
- @lucasmenezesds made their first contribution in #63
- @Maumagnaguagno made their first contribution in #65
Full Changelog: v0.5.2...v0.5.3