What's Changed
- Document for compressed state table by @yui-knk in #469
- Update NEWS.md - fix spelling by @jbampton in #470
- Fix a typo by @ydah in #471
- Bump rbs from v3.5.3 to v3.6.0 and steep from v1.7.1 to v1.8.0 by @ydah in #472
- Use
"%empty"?
instead ofempty
by @ydah in #473 - Use
TAG? token_declaration+
instead oftoken_declaration+
andTAG token_declaration+
by @ydah in #474 - Use
string_as_id?
by @ydah in #476 - Use grouping instead of generic_symbol by @ydah in #475
- [DOC] Add syntax highlighting to MarkDown code blocks by @amomchilov in #482
- Bump rbs from v3.6.0 to v3.7.0 and steep from v1.8.0 to v1.8.1 by @ydah in #481
- Fix an error when
str.length
is greater thanlength
by @ydah in #477 - Add types to counterexamples by @Little-Rubyist in #483
- Add support for %type declarations using
%nterm
in Nonterminal Symbols by @ydah in #485 - Refactoring with option in parser.y by @ydah in #484
- Fix argument type of
find_symbol_by_s_value
andfind_symbol_by_s_value!
by @yui-knk in #486 - Specify
--parser
for RUN_OPTS and SPECOPTS when run test-all by @yui-knk in #488 - v0.6.11 by @ydah in #487
New Contributors
- @jbampton made their first contribution in #470
- @amomchilov made their first contribution in #482
Full Changelog: v0.6.10...v0.6.11