blob: 2a6605cabaa456c7fdfc44233384f1671c72b074 (
plain) (
blame)
1
2
3
4
5
6
|
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is
the same as ParseTree's output: s-expressions using ruby's arrays and
base types.
WWW: https://github.com/seattlerb/ruby_parser
|