Ruby parser

From wikinotes

An AST parser for ruby, in ruby

https://github.com/whitequark/parser


ruby-parse -e 'puts "hello"'
(send nil :puts
  (str "hello"))