Sha256: 03e5bf10ae5ee2bc0f22a30e5076dfcf2ade461d5085baf44924cfe5a340226e
Contents?: true
Size: 1.89 KB
Versions: 0
Compression: gzip
Compressed size: 817 Bytes
Stored size: 817 Bytes
Contents
--- !ruby/object:Gem::Specification name: racc version: !ruby/object:Gem::Version version: 1.7.3.pre.1 platform: ruby authors: - Minero Aoki - Aaron Patterson autorequire: bindir: bin cert_chain: [] date: 2023-11-03 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: - ext/racc/cparse/extconf.rb 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/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: 1.3.1 requirements: [] rubygems_version: 3.4.10 signing_key: specification_version: 4 summary: Racc is a LALR(1) parser generator test_files: []