summaryrefslogtreecommitdiff
path: root/ast.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling (#7389)John Bampton2023-02-271-1/+1
* [DOC] Document AST.parse's keyword argumentszverok2022-12-241-6/+36
* [DOC] Fix AST documentsNobuyoshi Nakada2022-11-251-10/+11
* Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk2022-11-211-6/+46
* Add `node_id_for_backtrace_location` functioneileencodes2022-10-311-0/+15
* Add error_tolerant option to RubyVM::ASTyui-knk2022-10-081-6/+6
* ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh2021-08-201-6/+6
* Experimentally expose RubyVM::AST::Node#node_idYusuke Endoh2021-06-211-0/+11
* ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh2021-06-181-6/+42
* ast.rb: reduce nestingNobuyoshi Nakada2021-06-061-117/+114
* Fix RubyVM::AbstractSyntaxTree documentMasataka Pocke Kuwabara2020-06-241-2/+2
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-10/+10
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-10/+10
* Fix variable name and add more example [ci skip]Kazuhiro NISHIYAMA2020-01-031-2/+4
* Fix example of node.type [ci skip]Kazuhiro NISHIYAMA2020-01-031-1/+1
* Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri`Benoit Daloze2019-12-141-1/+1
* Clarify in the documentation that RubyVM::AbstractSyntaxTree is not stable APIBenoit Daloze2019-12-141-0/+10
* fix line break code (fix to LF)Koichi Sasada2019-11-081-134/+134
* use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada2019-11-081-0/+134