mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Update recommendations regarding parsing Ruby code now that Prism is stable
This commit is contained in:
parent
94ad2c3fe9
commit
b873787a42
1 changed files with 2 additions and 3 deletions
5
ast.rb
5
ast.rb
|
@ -13,9 +13,8 @@
|
||||||
# access children nodes by name, etc.
|
# access children nodes by name, etc.
|
||||||
#
|
#
|
||||||
# If you are looking for a stable API or an API working under multiple Ruby
|
# If you are looking for a stable API or an API working under multiple Ruby
|
||||||
# implementations, consider using the _parser_ gem or Ripper. If you would
|
# implementations, consider using the _prism_ gem, which is the official
|
||||||
# like to make RubyVM::AbstractSyntaxTree stable, please join the discussion
|
# Ruby API to parse Ruby code.
|
||||||
# at https://bugs.ruby-lang.org/issues/14844.
|
|
||||||
#
|
#
|
||||||
module RubyVM::AbstractSyntaxTree
|
module RubyVM::AbstractSyntaxTree
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue