File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,9 @@ To add a new version:
68
68
* New parser should be generated from lib/ruby[3]_parser.yy.
69
69
* Extend lib/ruby[3]_parser.yy with new class name.
70
70
* Add new version number to V2/V3 in Rakefile for rule creation.
71
- * Add new (full) version to `ruby_parse` section of Rakefile for rake compare
71
+ * Add new `ruby_parse "x.y.z"` line to Rakefile for rake compare (line ~300).
72
72
* Require generated parser in lib/ruby_parser.rb.
73
+ * Add new V## = ::Ruby##Parser; end to ruby_parser.rb (bottom of file).
73
74
* Add empty TestRubyParserShared##Plus module and TestRubyParserV## to test/test_ruby_parser.rb.
74
75
* Extend Manifest.txt with generated file names.
75
76
* Add new version number to sexp_processor's pt_testcase.rb in all_versions
You can’t perform that action at this time.
0 commit comments