$Id: racc.en.rhtml,v 1.1 2004/02/16 07:18:57 aamine Exp $
Version | 1.4.4 |
---|---|
Type | Parser Generator |
Format | Ruby script + Ruby extention |
Requirement | ruby (>=1.6) |
License | LGPL |
-- 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.