Package: bisonc++ (2.4.2-1)
Links for bisonc++
Debian Resources:
Download Source Package bisonc++:
Maintainers:
External Resources:
- Homepage [bisoncpp.sourceforge.net]
Similar packages:
Bison-style parser generator for C++
Bisonc++ was designed after `bison++', created by Alain Coetmeur. Bisonc++ adds to bison++ a cleaner class-design, using a base-class to communicate lexical tokens to a lexical scanner.
Since bisonc++ generates the parser class as well as the parsing function. The class can easily be provided with additional members without needing polymorphic functions. Consequently, classes generated by bisonc++ have no virtual members and actually have but one public member: parse(), replacing the old-style bison and bison++ yyparse() function.
Bisonc++ offers many options, among which an option to define classes generated by bisonc++ in a separate namespace. This allows developers to define additional symbols, even outside of the class generated by bisonc++, without encountering name-collision problems. With bisonc++, artificial means to prevent name-collisions, like bison and bison++'s yy-convention are not required anymore when using bisonc++. Bisonc++ merely generates C++ code. If C code is required, bison should be used. Bisonc++'s grammar requirements are highly compatible with bison's requirements, so converting a bison grammar into a bisonc++ grammar should be fairly simple.
In addition to the bisonc++ parser generator itself and several skeleton files, the package contains an extensive man-page, a full manual rewritten after the original bison manual, and several examples.
Some history: Bisonc++ versions 0.98 is a complete rewrite of an LALR(1) parser generator, as described in Aho, Sethi and Ullman's (1986) book `Compilers' (a.k.a. the `Dragon Book'). Version 0.98 was completed in May 2005. Another major rewrite was completed one year later, May 2006, resulting in version 1.00.
Other Packages Related to bisonc++
|
|
|
-
- dep: libbobcat1
- run-time (shared) Bobcat library
-
- dep: libc6 (>= 2.7-1) [not alpha, ia64]
- GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
-
- dep: libc6.1 (>= 2.7-1) [alpha, ia64]
- GNU C Library: Shared libraries
also a virtual package provided by libc6.1-udeb
-
- dep: libgcc1 [ia64]
- GCC support library
- dep: libgcc1 (>= 1:4.1.1-21) [not arm, armel, hppa, ia64]
- dep: libgcc1 (>= 1:4.3) [arm, armel]
-
- dep: libgcc4 (>= 4.1.1-21) [hppa]
- GCC support library
-
- dep: libstdc++6 (>= 4.2.1-4) [not armel]
- The GNU Standard C++ Library v3
- dep: libstdc++6 (>= 4.3) [armel]
-
- dep: libunwind7 (>= 0.98.5-6) [ia64]
- A library to determine the call-chain of a program - runtime
-
- sug: bison
- A parser generator that is compatible with YACC
Download bisonc++
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 345.6 kB | 2,048.0 kB | [list of files] |
| amd64 | 333.6 kB | 1,944.0 kB | [list of files] |
| arm | 335.7 kB | 1,920.0 kB | [list of files] |
| armel | 321.9 kB | 1,900.0 kB | [list of files] |
| hppa | 359.7 kB | 2,008.0 kB | [list of files] |
| i386 | 322.7 kB | 1,912.0 kB | [list of files] |
| ia64 | 385.0 kB | 2,272.0 kB | [list of files] |
| mips | 355.7 kB | 2,132.0 kB | [list of files] |
| mipsel | 353.3 kB | 2,132.0 kB | [list of files] |
| powerpc | 339.9 kB | 1,984.0 kB | [list of files] |
| s390 | 332.4 kB | 1,944.0 kB | [list of files] |
| sparc | 364.0 kB | 2,160.0 kB | [list of files] |
