Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
byacc - 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.
Packages
byacc-1.9.20111219-1.fc17.i686
[55 KiB] |
Changelog
by Petr Machata (2012-01-09):
- Rebase to 20111219
- add "-s" option
- Resolves: #769237
- Revert default stack size to 10000
- Related: #743343
|