summaryrefslogtreecommitdiff
path: root/devel/ruby-parser/DESCR
blob: 4618f189b28e57fc1dc533fa9504d8bb6775f185 (plain)
1
2
3
4
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.