Ruby Grammar - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T04:59:03Z http://stackoverflow.com/feeds/question/663027 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/663027/ruby-grammar 2 Ruby Grammar fauxbody 2009-03-19T16:53:34Z 2009-03-19T17:01:48Z <p>I'm looking for Ruby grammar in BNF form. Is there an <strong>official</strong> version?</p> http://stackoverflow.com/questions/663027/ruby-grammar/663036#663036 2 Answer by Adrian Grigore for Ruby Grammar Adrian Grigore 2009-03-19T16:55:05Z 2009-03-19T16:55:05Z <p>Yes, there is one <a href="http://www.cse.buffalo.edu/~regan/cse305/RubyBNF.pdf" rel="nofollow">Ruby BNF syntax</a> by the University of buffalo. </p> <p>Edit: I've also found this alternate <a href="http://web.njit.edu/all%5Ftopics/Prog%5FLang%5FDocs/html/ruby/yacc.html" rel="nofollow">Ruby BNF syntax</a>. </p>