aboutsummaryrefslogtreecommitdiffstats
path: root/ast.c
Commit message (Expand)AuthorAgeFilesLines
* Improve docs for RubyVM::AST and RubyVM::AST::Nodestomar2018-10-031-12/+14
* ast.c (rb_ast_node_type): return frozen stringsnobu2018-08-171-1/+1
* ast.c: allocator of Nodenobu2018-08-031-2/+1
* Add docs to RubyVM::ASTtenderlove2018-07-251-0/+82
* ast.c: Fix defsyui-knk2018-06-281-2/+2
* ast.c: fix callsnobu2018-06-081-3/+3
* ast.c: refine AST#childrennobu2018-06-071-32/+75
* ast.c: adjust indentnobu2018-06-071-1/+2
* ast.c: Fix to raise `SyntaxError`yui-knk2018-06-071-4/+10
* ast.c: Change tabs to spacesyui-knk2018-06-061-124/+124
* Undef RubyVM::AST::Node.newyui-knk2018-05-311-0/+1
* Define AST module under RubyVM [experimental]yui-knk2018-05-311-0/+495