% require 'makefile' % version = Makefile.get_parameter('Makefile', 'version')
$Id$
Version | <%= version %> |
---|---|
Type | Parser Generator |
Format | Ruby script + Ruby extention |
Requirement | ruby (>=1.6) |
License | LGPL |
-- Download (.tar.gz) -- Old Versions -- Online Manual --
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 online manual.
You can true latest version of Racc via anonymous CVS. To check out working copy, type:
$ cvs -d :pserver:anonymous@cvs.loveruby.net:/src login Password: (Just hit [Enter]) $ cvs -d :pserver:anonymous@cvs.loveruby.net:/src co racc