Racc

$Id: racc.en.rhtml,v 1.1 2004/02/16 07:18:57 aamine Exp $

Version1.4.4
TypeParser Generator
FormatRuby script + Ruby extention
Requirementruby (>=1.6)
LicenseLGPL

-- Download -- Online Document --

Racc (Ruby yACC) is a LALR(1) parser generator for Ruby. Version 1.4.x is stable release.

Parsers generated by Racc requires "Racc Runtime Module". Ruby 1.8.x comes with this runtime. If you want to run your parsers with ruby 1.6.x, use "racc -E" command. For details, see HTML documentations.