LALR(1) parser generator
http://invisible-island.net/byacc/byacc.html
Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as
possible with AT&T Yacc and it accepts any input specification that conforms to
the AT&T Yacc documentation. In contrast to bison, it is written to avoid
dependencies upon a particular compiler.
- Developed at devel:tools:compiler
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/byacc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
byacc-20220128.tgz | 0000896513 876 KB | |
byacc-20220128.tgz.asc | 0000000729 729 Bytes | |
byacc.changes | 0000009938 9.71 KB | |
byacc.keyring | 0000002505 2.45 KB | |
byacc.spec | 0000001921 1.88 KB |
Revision 29 (latest revision is 35)
Dominique Leuenberger (dimstar_suse)
accepted
request 985077
from
Dirk Mueller (dirkmueller)
(revision 29)
- update to 20220128: * change a few malloc's to calloc's so clang analyzer can see initialized data * modify address computation in closure.c to avoid undefined behavior on machines which do not support large offsets (analysis/patch by Jessica Clarke, cf: 2014-09-17) * testsuite and autotools/build script fixes
Comments 0