From: "Cédric Finance" Date: 2007-10-30T23:10:30+09:00 Subject: Re: Ruby Lex Specification ------=_Part_1442_33490644.1193753145789 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Then this is this file you wanted: http://svn.ruby-lang.org/repos/ruby/trunk/keywords On 10/30/07, Vasco Andrade e Silva wrote: > > Thanks Jason. > > Correct me if i'm wrong but doesn't yacc (or the parser) need something > before it (like lex or a tokenizer) to 'tokenize' the text? > > I can identify the tokens in parse.y but i was looking for a > "specification" for them. Example: if i see "class" probably i want to > create the token kCLASS, but i wanted to be sure.. > > Vasco Andrade e Silva > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_1442_33490644.1193753145789--