blob: 4f9542416a8dfade457f848f5de0d92940bcaaed (
plain) (
blame)
1
2
3
4
5
6
|
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.
Author: Minero Aoki <aamine@cd.xdsl.ne.jp>
WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html
|