[antlr-interest] Ruby Target

Arcadio Rubio García arcadiorubiogarcia at gmail.com
Tue Sep 16 04:15:11 PDT 2008


Hi everyone,

I'm in the process of migrating a YACC grammar to ANTLR and everything  
is going fine so far.

However, since the rest of the project is written in Ruby, I'd like to  
generate the ANTLR code in Ruby, if possible. Currently I'm generating  
Java and using JRuby to circumvent this limitation.

I've read the wiki page related to the Ruby Target (http://www.antlr.org/wiki/display/ANTLR3/Antlr3RubyTarget 
), and the blog of its developer (http://split-s.blogspot.com/2005/12/antlr-for-ruby.html 
). The development seems to have halted in version 3.0b4. This version  
could suit my needs as I'm only using basic Lexer and Parser  
generation. No tree parsers.

Does anyone know where to get this version? It's not listed in the  
Download directory (http://www.antlr.org/download/) and I couldn't  
find it in the development repository.

Thanks in advance.

- Arcadio


More information about the antlr-interest mailing list