Sha256: 4fe5f5c2dbbafd8935c5dbcc55b2ada37ebaefdc56b1569028764c6186486b52

Contents?: true

Size: 1.55 KB

Versions: 1514

Compression:

Stored size: 1.55 KB

Contents

= Racc

* https://github.com/ruby/racc

== DESCRIPTION:

  Racc is a LALR(1) parser generator.
  It is written in Ruby itself, and generates Ruby program.

== Requirement

  *  Ruby 2.5 or later.

== Installation

  gem install:

    $ gem install racc

== Testing Racc

  Racc comes with simple calculator. To compile this, on shell:

      $ racc -o calc calc.y

  This process costs few seconds (or less). Then type:

      $ ruby calc

  ... Does it work?
  For details of Racc, see HTML documents placed under 'doc/en/'
  and sample grammar files under 'sample/'.

== Release flow

* Update VERSION number of these files
  * <code>RACC_VERSION</code> in "ext/racc/com/headius/racc/Cparse.java"
  * <code>VERSION</code> in "lib/racc/info.rb"
* Release as a gem by <code>rake release</code> with CRuby and JRuby because Racc gem provides 2 packages
* Create new release on {GitHub}[https://github.com/ruby/racc/releases]

== License

  Racc is distributed under the same terms of ruby.
  (see the file COPYING). Note that you do NOT need to follow
  ruby license for your own parser (racc outputs).
  You can distribute those files under any licenses you want.


== Bug Reports

  Any kind of bug report is welcome.
  If you find a bug of Racc, please report an issue at 
  https://github.com/ruby/racc/issues. Your grammar file,
  debug output generated by "racc -g", are helpful.


                                                      Minero Aoki
                                              aamine@loveruby.net
                                            http://i.loveruby.net

Version data entries

1,514 entries across 1,514 versions & 21 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc
affixapi-1.1.102 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
affixapi-1.1.101 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
moneykit-0.1.15 vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/README.rdoc
moneykit-0.1.14 vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/README.rdoc
affixapi-1.1.100 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
affixapi-1.1.99 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
affixapi-1.1.94 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
affixapi-1.1.93 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
moneykit-0.1.13 vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/README.rdoc
moneykit-0.1.12 vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/README.rdoc
affixapi-1.1.92 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
affixapi-1.1.91 vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/README.rdoc
moneykit-0.1.11 vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/README.rdoc
cybrid_api_bank_ruby-0.118.108 vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc
cybrid_api_id_ruby-0.118.108 vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc
cybrid_api_organization_ruby-0.118.108 vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc
cybrid_api_bank_ruby-0.118.107 vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc
cybrid_api_organization_ruby-0.118.107 vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc
cybrid_api_id_ruby-0.118.107 vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc