mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
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
|