Sha256: 90315427804244e65fd44bf51a52d07c447abf88f0b5090caa0f79419b83f819
Contents?: true
Size: 1.89 KB
Versions: 0
Compression: gzip
Compressed size: 820 Bytes
Stored size: 820 Bytes
Contents
--- !ruby/object:Gem::Specification name: racc version: !ruby/object:Gem::Version version: 1.7.2 platform: java authors: - Minero Aoki - Aaron Patterson autorequire: bindir: bin cert_chain: [] date: 2023-11-01 00:00:00.000000000 Z dependencies: [] 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 extensions: [] extra_rdoc_files: - README.ja.rdoc - README.rdoc files: - COPYING - ChangeLog - README.ja.rdoc - README.rdoc - TODO - bin/racc - doc/en/grammar.en.rdoc - doc/en/grammar2.en.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/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 metadata: {} post_install_message: rdoc_options: - "--main" - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.26 signing_key: specification_version: 4 summary: Racc is a LALR(1) parser generator test_files: []