зеркало из https://github.com/github/ruby.git
Update recommendations regarding parsing Ruby code now that Prism is stable
This commit is contained in:
Родитель
94ad2c3fe9
Коммит
b873787a42
5
ast.rb
5
ast.rb
|
@ -13,9 +13,8 @@
|
|||
# access children nodes by name, etc.
|
||||
#
|
||||
# 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
|
||||
# like to make RubyVM::AbstractSyntaxTree stable, please join the discussion
|
||||
# at https://bugs.ruby-lang.org/issues/14844.
|
||||
# implementations, consider using the _prism_ gem, which is the official
|
||||
# Ruby API to parse Ruby code.
|
||||
#
|
||||
module RubyVM::AbstractSyntaxTree
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче