From: Ryan Davis Date: 2009-07-23T20:02:26+09:00 Subject: Re: Best gem to parse Ruby with? On Jul 22, 2009, at 17:55 , Caleb Clausen wrote: > On 7/22/09, Ryan Davis wrote: >> >> On Jul 22, 2009, at 11:35 , Caleb Clausen wrote: >>> In the JRuby world, there is JParseTree, the JRuby version of >>> ParseTree. Probably, you could write your code to use ParseTree on >>> MRI >>> and JParseTree on JRuby. You should try it first, to see if it works >>> for you. >> >> Nope. Last I looked JParseTree wasn't compatible with the Unified >> Ruby >> sexp format. > > For what Tony is doing, I doubt he cares about the difference between > unified and raw trees. Well the raw trees are incompatible... so unless they unify, there is no way he can write code for ParseTree and then use it for jruby.