
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
= Racc
== DESCRIPTION:
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program.
== Requirement
== 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
RACC_VERSION
in "ext/racc/com/headius/racc/Cparse.java"VERSION
in "lib/racc/info.rb"rake release
with CRuby and JRuby because Racc gem provides 2 packages== 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
FAQs
Unknown package
We found that racc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.