summaryrefslogtreecommitdiff
path: root/lib/racc/statetransitiontable.rb
AgeCommit message (Collapse)Author
2020-11-10[ruby/racc] Use the Ruby license. Fix #134Hiroshi SHIBATA
https://github.com/ruby/racc/commit/7c881cd548
2020-11-10lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh
Racc calls `Array#sort!` to build a state transition table. As `Array#sort!` is not a stable sort, the output may differ depending upon the environment. This changeset makes the sort stable manually, and updates all expectation files. Notes: Merged: https://github.com/ruby/ruby/pull/3749
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-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA