Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.
Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. Documentation of the program is in the bison-doc package.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 432.5 kB | 1440 kB | [list of files] |
| amd64 | 431.9 kB | 1392 kB | [list of files] |
| arm | 415.7 kB | 1035 kB | [list of files] |
| armel | 418.8 kB | 1360 kB | [list of files] |
| hppa | 426.6 kB | 1376 kB | [list of files] |
| i386 | 409.1 kB | 1356 kB | [list of files] |
| ia64 | 487.2 kB | 1684 kB | [list of files] |
| mips | 432.3 kB | 1460 kB | [list of files] |
| mipsel | 432.4 kB | 1460 kB | [list of files] |
| powerpc | 423.1 kB | 1396 kB | [list of files] |
| s390 | 425.8 kB | 1384 kB | [list of files] |
| sparc | 417.6 kB | 1376 kB | [list of files] |