Skip to content

Commit

Permalink
clarified update instructions in README.rdoc
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 13655]
  • Loading branch information
zenspider committed Jan 10, 2023
1 parent c324389 commit 8cd0871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ To add a new version:
* New parser should be generated from lib/ruby[3]_parser.yy.
* Extend lib/ruby[3]_parser.yy with new class name.
* Add new version number to V2/V3 in Rakefile for rule creation.
* Add new (full) version to `ruby_parse` section of Rakefile for rake compare
* Add new `ruby_parse "x.y.z"` line to Rakefile for rake compare (line ~300).
* Require generated parser in lib/ruby_parser.rb.
* Add new V## = ::Ruby##Parser; end to ruby_parser.rb (bottom of file).
* Add empty TestRubyParserShared##Plus module and TestRubyParserV## to test/test_ruby_parser.rb.
* Extend Manifest.txt with generated file names.
* Add new version number to sexp_processor's pt_testcase.rb in all_versions
Expand Down

0 comments on commit 8cd0871

Please sign in to comment.