Package: bisonc++ (2.7.0-2)
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: libbobcat2 (>= 2.08.00)
- run-time (shared) Bobcat library
-
- dep: libc0.1 (>= 2.3) [kfreebsd-amd64, kfreebsd-i386]
- Embedded GNU C Library: Shared libraries
also a virtual package provided by libc0.1-udeb
-
- dep: libc6 (>= 2.2.5) [amd64]
- Embedded GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
- dep: libc6 (>= 2.3.5) [powerpc]
- dep: libc6 (>= 2.3.6-6~) [i386]
- dep: libc6 (>= 2.4) [armel, mips, mipsel, s390]
- dep: libc6 (>= 2.6) [sparc]
-
- dep: libc6.1 (>= 2.2) [ia64]
- Embedded GNU C Library: Shared libraries
also a virtual package provided by libc6.1-udeb
-
- dep: libgcc1 [kfreebsd-amd64, kfreebsd-i386]
- GCC support library
- dep: libgcc1 (>= 1:4.1.1) [not armel, kfreebsd-amd64, kfreebsd-i386]
- dep: libgcc1 (>= 1:4.4.0) [armel]
-
- dep: libstdc++6 [kfreebsd-amd64, kfreebsd-i386]
- The GNU Standard C++ Library v3
- dep: libstdc++6 (>= 4.4.0) [not kfreebsd-amd64, kfreebsd-i386]
-
- dep: libunwind7 [ia64]
- A library to determine the call-chain of a program - runtime
-
- sug: bison
- A parser generator that is compatible with YACC
-
- sug: bisonc++-doc
- Bison-style parser generator for C++
Download bisonc++
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 174.6 kB | 476.0 kB | [list of files] |
| armel | 174.8 kB | 456.0 kB | [list of files] |
| i386 | 171.2 kB | 456.0 kB | [list of files] |
| ia64 | 232.9 kB | 832.0 kB | [list of files] |
| kfreebsd-amd64 | 176.4 kB | 452.0 kB | [list of files] |
| kfreebsd-i386 | 172.2 kB | 436.0 kB | [list of files] |
| mips | 183.0 kB | 580.0 kB | [list of files] |
| mipsel | 183.7 kB | 576.0 kB | [list of files] |
| powerpc | 178.7 kB | 492.0 kB | [list of files] |
| s390 | 173.4 kB | 464.0 kB | [list of files] |
| sparc | 170.4 kB | 468.0 kB | [list of files] |
