blob: 73abc0871d4a2ef50e2f49bd213edcd2a8b1f254 (
plain)
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@dp.u-netsurf.ne.jp>
WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
|