Recent Releases of https://github.com/ruby/racc
https://github.com/ruby/racc - v1.8.1
What's Changed
- Use
require_relativein the Racc codebase by @koic in https://github.com/ruby/racc/pull/269 - Fix a typo by @koic in https://github.com/ruby/racc/pull/270
- Provide a 'Changelog' link on rubygems.org/gems/racc by @mark-young-atg in https://github.com/ruby/racc/pull/271
- Fix RDoc main file to "README.rdoc" by @ydah in https://github.com/ruby/racc/pull/274
- Fix file path and line number errors when using
+,*and()by @ydah in https://github.com/ruby/racc/pull/273 - Bump up v1.8.1 by @yui-knk in https://github.com/ruby/racc/pull/275
New Contributors
- @koic made their first contribution in https://github.com/ruby/racc/pull/269
- @mark-young-atg made their first contribution in https://github.com/ruby/racc/pull/271
Full Changelog: https://github.com/ruby/racc/compare/v1.8.0...v1.8.1
- Yacc
Published by yui-knk over 1 year ago
https://github.com/ruby/racc - v1.8.0
What's Changed
- Generate jar to build gem by @nobu in https://github.com/ruby/racc/pull/255
- Fix trivial typos by @ydah in https://github.com/ruby/racc/pull/257
- Try to fix test failure with Ruby 3.3 by @hsbt in https://github.com/ruby/racc/pull/260
- Reformat the rdoc so it renders correctly both locally and on github. by @zenspider in https://github.com/ruby/racc/pull/258
- Allow racc cmdline to read from stdin if no path specified. by @zenspider in https://github.com/ruby/racc/pull/259
- Add more grammars by @nurse in https://github.com/ruby/racc/pull/222
- Exclude 2.5 on macos-latest by @nobu in https://github.com/ruby/racc/pull/263
- Drop code for Ruby 1.6 by @nobu in https://github.com/ruby/racc/pull/264
- Refactor command line options by @nobu in https://github.com/ruby/racc/pull/265
- Change encode EUC-JP to UTF-8 by @ydah in https://github.com/ruby/racc/pull/267
- Organize README.ja.rdoc by @ydah in https://github.com/ruby/racc/pull/266
- Support
error_on_expect_mismatchdeclaration in Racc grammar file by @yui-knk in https://github.com/ruby/racc/pull/262 - Bump up v1.8.0 by @yui-knk in https://github.com/ruby/racc/pull/268
New Contributors
- @ydah made their first contribution in https://github.com/ruby/racc/pull/257
- @nurse made their first contribution in https://github.com/ruby/racc/pull/222
Full Changelog: https://github.com/ruby/racc/compare/v1.7.3...v1.8.0
- Yacc
Published by yui-knk almost 2 years ago
https://github.com/ruby/racc - v1.7.3
What's Changed
- Exclude CRuby extension from JRuby gem by @nobu in https://github.com/ruby/racc/pull/244
- Fix for dummy rake/extensiontask.rb at ruby test-bundled-gems by @nobu in https://github.com/ruby/racc/pull/245
- Fix jar file path by @nobu in https://github.com/ruby/racc/pull/246
- Bump by @nobu in https://github.com/ruby/racc/pull/247
- Add
srcstarget to prepare to build by @nobu in https://github.com/ruby/racc/pull/248 - Make CI runnable for any push by @yui-knk in https://github.com/ruby/racc/pull/249
- Check
rake buildon CI by @yui-knk in https://github.com/ruby/racc/pull/250 - Bump up v1.7.3.pre.1 by @yui-knk in https://github.com/ruby/racc/pull/251
- Fix locations of
expectparam in docs by @yui-knk in https://github.com/ruby/racc/pull/252 - 'lib/racc/parser-text.rb' depends on 'lib/racc/info.rb' by @yui-knk in https://github.com/ruby/racc/pull/253
- Bump up v1.7.3 by @yui-knk in https://github.com/ruby/racc/pull/254
Full Changelog: https://github.com/ruby/racc/compare/v1.7.2...v1.7.3
- Yacc
Published by yui-knk over 2 years ago
https://github.com/ruby/racc - v1.7.3.pre.1
What's Changed
- Exclude CRuby extension from JRuby gem by @nobu in https://github.com/ruby/racc/pull/244
- Fix for dummy rake/extensiontask.rb at ruby test-bundled-gems by @nobu in https://github.com/ruby/racc/pull/245
- Fix jar file path by @nobu in https://github.com/ruby/racc/pull/246
- Bump by @nobu in https://github.com/ruby/racc/pull/247
- Add
srcstarget to prepare to build by @nobu in https://github.com/ruby/racc/pull/248 - Make CI runnable for any push by @yui-knk in https://github.com/ruby/racc/pull/249
- Check
rake buildon CI by @yui-knk in https://github.com/ruby/racc/pull/250 - Bump up v1.7.3.pre.1 by @yui-knk in https://github.com/ruby/racc/pull/251
Full Changelog: https://github.com/ruby/racc/compare/v1.7.2...v1.7.3.pre.1
- Yacc
Published by yui-knk over 2 years ago
https://github.com/ruby/racc - v1.7.2
What's Changed
- Update parser.rb, fixed typo by @jwillemsen in https://github.com/ruby/racc/pull/224
- Remove leading newline from on_error exception messages. by @zenspider in https://github.com/ruby/racc/pull/226
- Add --frozen to add frozen_string_literals to top of generated files. by @zenspider in https://github.com/ruby/racc/pull/225
- Update development dependency to avoid ruby 2.5 failures by @flavorjones in https://github.com/ruby/racc/pull/228
- dep: pin development dependencies, and enable dependabot for gems by @flavorjones in https://github.com/ruby/racc/pull/229
- Clean embedded pragmas by @nobu in https://github.com/ruby/racc/pull/230
- Embed grammar file name into generated file by @yui-knk in https://github.com/ruby/racc/pull/231
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/ruby/racc/pull/232
- Fix a typo by @yui-knk in https://github.com/ruby/racc/pull/234
- Add "Release flow" to README.rdoc by @yui-knk in https://github.com/ruby/racc/pull/235
- Prepare 1.7.2 by @nobu in https://github.com/ruby/racc/pull/236
- Remove install guide by setup.rb by @yui-knk in https://github.com/ruby/racc/pull/237
- Fix tiny typos by @makenowjust in https://github.com/ruby/racc/pull/238
- Remove old checks by @nobu in https://github.com/ruby/racc/pull/240
- Remove MANIFEST which was used by ancient extmk.rb by @nobu in https://github.com/ruby/racc/pull/242
- Extract Racc::VERSION from racc/info.rb at extconf.rb by @nobu in https://github.com/ruby/racc/pull/241
- Use prototype declarations by @nobu in https://github.com/ruby/racc/pull/243
- Bump up v1.7.2 by @yui-knk in https://github.com/ruby/racc/pull/239
New Contributors
- @makenowjust made their first contribution in https://github.com/ruby/racc/pull/238
Full Changelog: https://github.com/ruby/racc/compare/v1.7.1...v1.7.2
- Yacc
Published by yui-knk over 2 years ago
https://github.com/ruby/racc - v1.7.1
What's Changed
- Use released version of test-unit-ruby-core by @hsbt in https://github.com/ruby/racc/pull/220
- Fix place to specify rake-compiler version by @nobu in https://github.com/ruby/racc/pull/223
- Embedded path by @nobu in https://github.com/ruby/racc/pull/221
Full Changelog: https://github.com/ruby/racc/compare/v1.7.0...v1.7.1
- Yacc
Published by hsbt over 2 years ago
https://github.com/ruby/racc - v1.7.0
What's Changed
- Update racc.ja document by @hsbt in https://github.com/ruby/racc/pull/207
- Make racc Ractor compatible by @pocke in https://github.com/ruby/racc/pull/167
- Get rid of anonymous eval calls by @casperisfine in https://github.com/ruby/racc/pull/208
- Adds Ruby 3.2 to the CI matrix. by @petergoldstein in https://github.com/ruby/racc/pull/209
- Improve actions by @hsbt in https://github.com/ruby/racc/pull/211
- Exclude jruby-head on macOS by @flavorjones in https://github.com/ruby/racc/pull/214
- Add a newline at EOF [ci skip] by @nobu in https://github.com/ruby/racc/pull/215
- [DOC] Strip trailing spaces by @nobu in https://github.com/ruby/racc/pull/216
- Add tests for sample dir and tweak samples by @hkdnet in https://github.com/ruby/racc/pull/217
- Remove ErrorSymbolValue reference by @jeremyevans in https://github.com/ruby/racc/pull/213
- Embed racc/info.rb too by @nobu in https://github.com/ruby/racc/pull/218
New Contributors
- @petergoldstein made their first contribution in https://github.com/ruby/racc/pull/209
- @hkdnet made their first contribution in https://github.com/ruby/racc/pull/217
- @jeremyevans made their first contribution in https://github.com/ruby/racc/pull/213
Full Changelog: https://github.com/ruby/racc/compare/v1.6.2...v1.7.0
- Yacc
Published by hsbt over 2 years ago
https://github.com/ruby/racc - v1.6.2
What's Changed
- Fixed typo in racc.en.rhtml by @jwillemsen in https://github.com/ruby/racc/pull/200
- Removed old Id tag by @jwillemsen in https://github.com/ruby/racc/pull/204
- Removed old originalId in comment by @jwillemsen in https://github.com/ruby/racc/pull/203
- Adjust Racc parser version with gem version. by @hsbt in https://github.com/ruby/racc/pull/205
- Always issue deprecation warning when calling Regexp.new with 3rd positional argument. https://github.com/ruby/racc/commit/9b0a22c999c3c55ec2aca585468d456d1eca2378
Full Changelog: https://github.com/ruby/racc/compare/v1.6.1...v1.6.2
- Yacc
Published by hsbt about 3 years ago
https://github.com/ruby/racc - v1.6.1
What's Changed
- CI: Add JRuby 9.3, use bundler-cache by @olleolleolle in https://github.com/ruby/racc/pull/173
- Fix names by @nobu in https://github.com/ruby/racc/pull/178
- Update README.rdoc by @jwillemsen in https://github.com/ruby/racc/pull/179
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in https://github.com/ruby/racc/pull/180
- ci: update to cover Ruby 3.1 by @flavorjones in https://github.com/ruby/racc/pull/181
- Fix typo in sample/calc.y. by @simi in https://github.com/ruby/racc/pull/184
- Added dependabot.yml for actions by @hsbt in https://github.com/ruby/racc/pull/186
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/ruby/racc/pull/187
- [DOC] Remove stale
Object::ParseErrordocumentation by @nobu in https://github.com/ruby/racc/pull/188 - Strip trailing spaces by @nobu in https://github.com/ruby/racc/pull/189
- Fix flag to
Regexp.newby @nobu in https://github.com/ruby/racc/pull/191 - Fix documentation directory name in README by @okuramasafumi in https://github.com/ruby/racc/pull/193
- Make racc test more flexible (for JRuby). by @enebo in https://github.com/ruby/racc/pull/194
- Update racc.en.rhtml by @jwillemsen in https://github.com/ruby/racc/pull/195
- Update README.rdoc by @jwillemsen in https://github.com/ruby/racc/pull/196
- Update racc.gemspec by @jwillemsen in https://github.com/ruby/racc/pull/197
- ci: update jruby versions and add truffleruby by @flavorjones in https://github.com/ruby/racc/pull/198
New Contributors
- @jwillemsen made their first contribution in https://github.com/ruby/racc/pull/179
- @k0kubun made their first contribution in https://github.com/ruby/racc/pull/180
- @simi made their first contribution in https://github.com/ruby/racc/pull/184
- @dependabot made their first contribution in https://github.com/ruby/racc/pull/187
- @okuramasafumi made their first contribution in https://github.com/ruby/racc/pull/193
Full Changelog: https://github.com/ruby/racc/compare/v1.6.0...v1.6.1
- Yacc
Published by hsbt about 3 years ago
https://github.com/ruby/racc - v1.6.0
What's Changed
- Remove deprecations. by @enebo in https://github.com/ruby/racc/pull/148
- CI: Refer to 3.0 as "3.0" in YAML by @olleolleolle in https://github.com/ruby/racc/pull/151
- typo: s/grammer/grammar/g by @akimd in https://github.com/ruby/racc/pull/153
- README: Drop RubyForge link by @olleolleolle in https://github.com/ruby/racc/pull/154
- CI: use jruby-9.2.17.0 by @olleolleolle in https://github.com/ruby/racc/pull/150
- Stop compressing integer lists by @casperisfine in https://github.com/ruby/racc/pull/160
- Fixes in the documentation by @akimd in https://github.com/ruby/racc/pull/157
- Disable wiki feature and integrate doc folder by @hsbt in https://github.com/ruby/racc/pull/162
- Followed up #162 by @hsbt in https://github.com/ruby/racc/pull/163
- Drop to support Ruby 2.4 by @hsbt in https://github.com/ruby/racc/pull/164
- Shrink gem size by @brunoarueira in https://github.com/ruby/racc/pull/161
- Add missing check for rb_block_call() by @eregon in https://github.com/ruby/racc/pull/165
- Cleanup gemspec and repository by @hsbt in https://github.com/ruby/racc/pull/166
- Split helper file to test-case and runner helper by @hsbt in https://github.com/ruby/racc/pull/168
- CI: Use JRuby 9.2.19.0 by @olleolleolle in https://github.com/ruby/racc/pull/170
- Prefer dir over File.dirname(FILE) by @olleolleolle in https://github.com/ruby/racc/pull/169
- gemspec: Link to https in homepage [ci skip] by @olleolleolle in https://github.com/ruby/racc/pull/171
New Contributors
- @akimd made their first contribution in https://github.com/ruby/racc/pull/153
- @casperisfine made their first contribution in https://github.com/ruby/racc/pull/160
- @brunoarueira made their first contribution in https://github.com/ruby/racc/pull/161
Full Changelog: https://github.com/ruby/racc/compare/v1.5.2...v1.6.0
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.5.2
Full Changelog: https://github.com/ruby/racc/compare/v1.5.1...v1.5.2
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.5.1
What's Changed
- Return
nilfor all syntax errors by @marcandre in https://github.com/ruby/racc/pull/136 - Fixed the licenses field of gemspec by @hsbt in https://github.com/ruby/racc/pull/141
- [Fixes #137] Improve reporting by @marcandre in https://github.com/ruby/racc/pull/138
- [Fixes #133] Tweak readme to remove 'optional' requirement by @marcandre in https://github.com/ruby/racc/pull/142
- Backport ruby core by @hsbt in https://github.com/ruby/racc/pull/143
- Use the Ruby license. Fix #134 by @hsbt in https://github.com/ruby/racc/pull/144
New Contributors
- @marcandre made their first contribution in https://github.com/ruby/racc/pull/136
Full Changelog: https://github.com/ruby/racc/compare/v1.5.0...v1.5.1
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.5.0
What's Changed
- Remove y2racc and racc2y by @hsbt in https://github.com/ruby/racc/pull/123
- Fix documents by @yui-knk in https://github.com/ruby/racc/pull/124
- restore ability to build a java platform gem by @flavorjones in https://github.com/ruby/racc/pull/126
- Migrate gem structure with modern workflow by @hsbt in https://github.com/ruby/racc/pull/128
- support Ruby 2.4's frozen string literals by @flavorjones in https://github.com/ruby/racc/pull/127
- Fix rubyopt with frozen by @hsbt in https://github.com/ruby/racc/pull/129
- Remove vcs revisions by @hsbt in https://github.com/ruby/racc/pull/130
- Remove
add_development_dependencyfrom gemspec by @deivid-rodriguez in https://github.com/ruby/racc/pull/131 - require jruby explicitly by @ahorek in https://github.com/ruby/racc/pull/132
New Contributors
- @yui-knk made their first contribution in https://github.com/ruby/racc/pull/124
- @deivid-rodriguez made their first contribution in https://github.com/ruby/racc/pull/131
- @ahorek made their first contribution in https://github.com/ruby/racc/pull/132
Full Changelog: https://github.com/ruby/racc/compare/v1.4.16...v1.5.0
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.9
Full Changelog: https://github.com/ruby/racc/compare/v1.4.8...v1.4.9
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.8
Full Changelog: https://github.com/ruby/racc/compare/v1.4.7...v1.4.8
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.7
Full Changelog: https://github.com/ruby/racc/compare/REL_1.4.6...v1.4.7
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.16
What's Changed
- Backport ruby core to 1.4 stable branch by @hsbt in https://github.com/ruby/racc/pull/107
- Remove trailing spaces by @hsbt in https://github.com/ruby/racc/pull/119
- Backport ruby core changes. by @hsbt in https://github.com/ruby/racc/pull/114
Full Changelog: https://github.com/ruby/racc/compare/v1.4.15...v1.4.16
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.15
Full Changelog: https://github.com/ruby/racc/compare/v1.4.14...v1.4.15
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.14
Full Changelog: https://github.com/ruby/racc/compare/v1.4.13...v1.4.14
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.13
Full Changelog: https://github.com/ruby/racc/compare/v1.4.12...v1.4.13
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.12
Full Changelog: https://github.com/ruby/racc/compare/v1.4.11...v1.4.12
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.11
Full Changelog: https://github.com/ruby/racc/compare/v1.4.10...v1.4.11
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - v1.4.10
Full Changelog: https://github.com/ruby/racc/compare/v1.4.9...v1.4.10
- Yacc
Published by hsbt over 3 years ago
https://github.com/ruby/racc - REL_1.4.6
Full Changelog: https://github.com/ruby/racc/commits/REL_1.4.6
- Yacc
Published by hsbt over 3 years ago