From: Daniel Brumbaugh Keeney Date: 2008-06-08T10:10:01+09:00 Subject: Re: Windows based Parser On Sat, Jun 7, 2008 at 4:40 PM, Muzaffar Hameed wrote: > Hi All! > > I need to parse a piece Ruby source code file. For that purpose, I need > a Ruby parser (which can be used on windows plateform). I tried to > configure ruby_parser 1.0, but I am unable to configure it on windows > XP, as it is depending upon RACC parser. ParseTree comes precompiled for windows, is faster, and does the exact same thing as ruby_parser. Daniel Brumbaugh Keeney