From: Gaspard Bucher Date: 2007-10-31T00:01:54+09:00 Subject: Re: Ruby Lex Specification Waou!! I am currently writing a parser for a simple command line. (chose to use lemon instead of bison). I had a look at the file you mentioned. This is impressive. Expressivity and freedom for the programmer means hard work for the developer (syntax for lisp is really smaller). Thanks Matz for choosing expressivity. Gaspard 2007/10/30, Jason Roelofs : > parse.y is your source. (http://svn.ruby-lang.org/repos/ruby/trunk/parse.y) > > There is no official Ruby spec (yet), but it is slowly being worked on. > > Jason > > On 10/30/07, Vasco Andrade e Silva wrote: > > > > Hi, > > > > Where can i find a ruby (1.8.6) syntax specification? If that > > specification means a file in the source, no problem for me. > > > > Thanks, > > Vasco Andrade e Silva > > -- > > Posted via http://www.ruby-forum.com/. > > > > >