2000-08-07 10:20:31 +02:00
|
|
|
Racc is an LALR(1) parser generator for Ruby. It is written in Ruby
|
|
|
|
and generates Ruby code. Almost all functions of yacc(1) is
|
|
|
|
implemented.
|
|
|
|
|
2002-12-04 09:28:35 +01:00
|
|
|
Author: Minero Aoki <aamine@loveruby.net>
|
2003-01-11 09:19:59 +01:00
|
|
|
WWW: http://i.loveruby.net/en/racc.html
|