ruby-ruby-parser

Ruby parser written in pure Ruby

Description

ruby_parser (RP) can be used to parse and check syntax of Ruby code. "Pure Ruby" in this context means the parser's code * consists solely of Ruby source files * does not add any native extensions or other C code (eg. with RubyInline)
  which requires a C compiler to be present on the user's system

It utilizes racc and its output is same as that of ParseTree's.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/seattlerb/ruby_parser


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-ruby-parser