From: Jason Roelofs Date: 2008-04-17T05:01:26+09:00 Subject: Re: Does the implementation of Ruby use Yacc? On Wed, Apr 16, 2008 at 3:55 PM, Robert wrote: > Or does it use a hand-made customized parser? > Or another pre-packaged parser tool? > > > Yes, YACC. Go check out parser.y in the source code.