Ruby Grammar - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T04:59:03Zhttp://stackoverflow.com/feeds/question/663027http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/663027/ruby-grammar2Ruby Grammarfauxbody2009-03-19T16:53:34Z2009-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#6630362Answer by Adrian Grigore for Ruby GrammarAdrian Grigore2009-03-19T16:55:05Z2009-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>