-3

I am looking for a ruby parser (that hopefully supports the latest version of ruby if possible). Has there been any success in ripping out the parser from JRuby as a standalone tool?

Alternatively, I am also interested in independent efforts in building Ruby parsers in Java. There has been an earlier post on this: Ruby parser in Java

Has there been any updates?

1
  • why not just use jruby as it is, rather than ripping out it's parser standalone? Probably because you want a smaller dependency. I think your best chance of success is probably just using jruby though. Commented May 22, 2016 at 14:58

1 Answer 1

0

See https://github.com/whitequark/parser

(which is the first hit when i google for "ruby parser")

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.