Skip to content

Commit 8cd0871

Browse files
committed
clarified update instructions in README.rdoc
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 13655]
1 parent c324389 commit 8cd0871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ To add a new version:
6868
* New parser should be generated from lib/ruby[3]_parser.yy.
6969
* Extend lib/ruby[3]_parser.yy with new class name.
7070
* 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).
7272
* Require generated parser in lib/ruby_parser.rb.
73+
* Add new V## = ::Ruby##Parser; end to ruby_parser.rb (bottom of file).
7374
* Add empty TestRubyParserShared##Plus module and TestRubyParserV## to test/test_ruby_parser.rb.
7475
* Extend Manifest.txt with generated file names.
7576
* Add new version number to sexp_processor's pt_testcase.rb in all_versions

0 commit comments

Comments
 (0)