Registry / other / redparse

redparse

JSON →
library1.0.0rbrubygemsunverified

RedParse is a ruby parser (and parser-compiler) written in pure ruby, capable of parsing Ruby 1.8 and 1.9 constructions correctly.

gem install redparse
INSTALL
IMPORT
SIG · REDPARSE
R
redparse
otherrubyv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RedParse
require 'redparse'

Parse a Ruby expression into an AST

require 'redparse' # Example: parse a Ruby expression parser = RedParse::Parser.new ast = parser.parse('1 + 2')
Debug
Known issues
gotchaDoes not support SJIS encoding
fix
Use UTF-8 or ASCII encoded input
affects: <= 1.0.0
Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
redparse — gem install redparse · libregistry