forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
258 B
Text
6 lines
258 B
Text
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
|