summaryrefslogtreecommitdiff
path: root/lib/racc/parserfilegenerator.rb
AgeCommit message (Collapse)Author
2023-06-08Try to promote racc as bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7877
2023-01-12[ruby/racc] Make racc Ractor compatibleMasataka Pocke Kuwabara
https://github.com/ruby/racc/commit/1948de9d1d
2021-06-25[ruby/racc] Stop compressing integer listsJean Boussier
It is unclear why this was implemented, I assume it was for performance back in 2006. However today, this compression defeats bytecode caching entirely and end up being counter productive. https://github.com/ruby/racc/commit/ae3703c1d0
2020-11-09Removed needless require for 'enumerator'Hiroshi SHIBATA
2020-02-27Merge racc from upstream repository.Hiroshi SHIBATA
* Support Ruby 2.4's frozen string literals. * Remove VCS revisions headers.
2020-01-28Stop parsing copyright notices as document [ci skip]Nobuyoshi Nakada
2019-12-10Import racc-1.4.1 from ruby/racc.Hiroshi SHIBATA
2019-11-17Fix typosKazuhiro NISHIYAMA
2019-10-30Update the latest versions from upstream repository of raccHiroshi SHIBATA
2019-10-17Fix warning of generated parser for nested moduleSeiei Miyagi
Notes: Merged: https://github.com/ruby/ruby/pull/2571
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA