Metadata


Name
racc
Version
1.6.2
Platform
java
Authors
Minero Aoki
Aaron Patterson
Bindir
bin
Date
2022-12-23 00:00:00 UTC
Description
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. You can run your parsers generated by racc 1.4.x out of the box.
Email

aaron@tenderlovemaking.com
Executables
racc
Extra rdoc files
README.ja.rdoc
README.rdoc
Files
COPYING
ChangeLog
README.ja.rdoc
README.rdoc
TODO
bin/racc
doc/en/NEWS.en.rdoc
doc/en/grammar.en.rdoc
doc/en/grammar2.en.rdoc
doc/ja/NEWS.ja.rdoc
doc/ja/command.ja.html
doc/ja/debug.ja.rdoc
doc/ja/grammar.ja.rdoc
doc/ja/index.ja.html
doc/ja/parser.ja.rdoc
doc/ja/usage.ja.html
ext/racc/MANIFEST
ext/racc/cparse/cparse.c
ext/racc/cparse/extconf.rb
lib/racc.rb
lib/racc/compat.rb
lib/racc/cparse-jruby.jar
lib/racc/debugflags.rb
lib/racc/exception.rb
lib/racc/grammar.rb
lib/racc/grammarfileparser.rb
lib/racc/info.rb
lib/racc/iset.rb
lib/racc/logfilegenerator.rb
lib/racc/parser-text.rb
lib/racc/parser.rb
lib/racc/parserfilegenerator.rb
lib/racc/sourcetext.rb
lib/racc/state.rb
lib/racc/statetransitiontable.rb
lib/racc/static.rb
Homepage
https://github.com/ruby/racc
Licenses
Ruby
BSD-2-Clause
Rdoc options
--main
README.rdoc
Require paths
lib
Required ruby version
>= 2.5
Required rubygems version
>= 0
Rubygems version
3.3.25
Specification version
4
Summary
Racc is a LALR(1) parser generator
Original platform
java
New platform
java