Name: | byacc |
---|---|
Version: | 1.9.20130304 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 184369 |
License: | Public Domain |
RPM: | byacc-1.9.20130304-3.el7.aarch64.rpm |
Source RPM: | byacc-1.9.20130304-3.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://invisible-island.net/byacc/byacc.html |
Summary: | Berkeley Yacc, a parser generator |
Description: | This package provides a parser generator utility that reads a grammar specification from a file and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language. It has a public domain license which includes the generated C. If you are going to do development on your system, you will want to install this package. |