summaryrefslogtreecommitdiff
path: root/lib/racc/grammar.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-05-30[ruby/racc] Remove ErrorSymbolValue referenceJeremy Evans
I cannot find where this is defined. I'm guessing neither this nor the else branch is ever hit. I only found out when testing VM changes, which had a bug that exposed this. https://github.com/ruby/racc/commit/8983d0c134
2021-11-04[ruby/racc] Fix a private method nameNobuyoshi Nakada
https://github.com/ruby/racc/commit/1f52571225
2020-09-28[Fixes #137] Improve reportingMarc-Andre Lafortune
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-10-30Update the latest versions from upstream repository of raccHiroshi SHIBATA
2019-06-19* remove trailing spaces, append newline at EOF.git
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA