Sha256: 60e7fb6ea2a182e1b05518ee6a5d450f5633b25b5aefd880bd2d295a47b673e3
Contents?: true
Size: 1.96 KB
Versions: 0
Compression: gzip
Compressed size: 838 Bytes
Stored size: 838 Bytes
Contents
--- !ruby/object:Gem::Specification name: racc version: !ruby/object:Gem::Version version: 1.6.0 platform: ruby authors: - Minero Aoki - Aaron Patterson autorequire: bindir: bin cert_chain: [] date: 2021-10-19 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/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/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://i.loveruby.net/en/projects/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.0.dev signing_key: specification_version: 4 summary: Racc is a LALR(1) parser generator test_files: []