Sha256: d83d21056f0e581826a25c3ae4549f4bf1f650cc77ccdb37ffa0a2f531c7d192

Contents?: true

Size: 1.9 KB

Versions: 0

Compression: gzip

Compressed size: 821 Bytes

Stored size: 821 Bytes

Contents

--- !ruby/object:Gem::Specification
name: racc
version: !ruby/object:Gem::Version
  version: 1.8.1
platform: java
authors:
- Minero Aoki
- Aaron Patterson
autorequire:
bindir: bin
cert_chain: []
date: 2024-07-30 00:00:00.000000000 Z
dependencies: []
description: |
  Racc is an 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:
- BSDL
- 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
- lib/java/racc/cparse-jruby.jar
- 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:
  changelog_uri: https://github.com/ruby/racc/releases
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 an LALR(1) parser generator
test_files: []

Package Spec version

racc-1.8.1-java