From: matz@... (Yukihiro Matsumoto) Date: 2001-05-11T09:25:55+09:00 Subject: [ruby-talk:14962] Re: ANTLR rules for Ruby Hi, In message "[ruby-talk:14951] Re: ANTLR rules for Ruby" on 01/05/11, "g forever" writes: |Is the complete syntax of Ruby available somewhere? See parse.y in the source. It's written in yacc rules (with C code sementics), and it's complete, even bugs are described. matz.