blob: 793bc523ed6b675f2c3c766fe47b6439ab6e7a59 (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
Author: Ryan Davis (zenspider) <ryand-ruby@zenspider.com>
WWW: http://rubyforge.org/projects/parsetree/
|