From: Tony Arcieri Date: 2009-07-23T03:12:39+09:00 Subject: Re: Best gem to parse Ruby with? --0016368e208b57bf3a046f4f500d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, Jul 22, 2009 at 7:00 AM, Caleb Clausen wrote: > I forgot to mention RubyNode before. That fills out the list of ruby > parsing libraries I know of. > > So you want something that: > works in 1.9 1.9 support would be nice, but really I'm looking for something that works on JRuby. If it doesn't work on 1.9 I'm not too worried for the time being. > written in pure ruby > doesn't use extensions (except maybe thru FFI) > > Taken together, I think these requirements eliminate all the > reasonable candidates. > > Why do you care whether it uses FFI or the traditional extension api? > For that matter, why do you care what language it's written in? > I don't care what language it's written in, however I don't want to depend on the old extension API because I'd like for my gem to work on JRuby. I plan on using this gem on JRuby in the very near future and in that regard very much want to support it. -- Tony Arcieri medioh.com --0016368e208b57bf3a046f4f500d--