How to Install and Uninstall bisonc++ Package on Ubuntu 20.10 (Groovy Gorilla)
Last updated: November 07,2024
1. Install "bisonc++" package
Learn how to install bisonc++ on Ubuntu 20.10 (Groovy Gorilla)
$
sudo apt update
Copied
$
sudo apt install
bisonc++
Copied
2. Uninstall "bisonc++" package
Here is a brief guide to show you how to uninstall bisonc++ on Ubuntu 20.10 (Groovy Gorilla):
$
sudo apt remove
bisonc++
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the bisonc++ package on Ubuntu 20.10 (Groovy Gorilla)
Package: bisonc++
Architecture: amd64
Version: 6.04.00-1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Frank B. Brokken
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 828
Depends: libbobcat5 (>= 5.04.01), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: bisonc++-doc, flexc++
Filename: pool/universe/b/bisonc++/bisonc++_6.04.00-1_amd64.deb
Size: 209156
MD5sum: bb1e19a03047573fb4084e6c7aa546e6
SHA1: b81e4f29a0b5e467e5e88fb44f87f1843d948eeb
SHA256: 5bc79bd2246106ddf25e8b72e87816b26d52a9c6486388e215a3f95f99c4ce0d
SHA512: dc6c3a12ced0ba7be48fb17d620dabb0cf69e1d0db4e40d25012f12764a08ef83ed2bef68d8644b3c41d77777426cda71490aeae249ce3832a8fc986a4618465
Homepage: https://fbb-git.gitlab.io/bisoncpp/
Description-en: 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.
Description-md5: 74fda00dbfd36167bcdfa72847ca341b
Architecture: amd64
Version: 6.04.00-1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Frank B. Brokken
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 828
Depends: libbobcat5 (>= 5.04.01), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Suggests: bisonc++-doc, flexc++
Filename: pool/universe/b/bisonc++/bisonc++_6.04.00-1_amd64.deb
Size: 209156
MD5sum: bb1e19a03047573fb4084e6c7aa546e6
SHA1: b81e4f29a0b5e467e5e88fb44f87f1843d948eeb
SHA256: 5bc79bd2246106ddf25e8b72e87816b26d52a9c6486388e215a3f95f99c4ce0d
SHA512: dc6c3a12ced0ba7be48fb17d620dabb0cf69e1d0db4e40d25012f12764a08ef83ed2bef68d8644b3c41d77777426cda71490aeae249ce3832a8fc986a4618465
Homepage: https://fbb-git.gitlab.io/bisoncpp/
Description-en: 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.
Description-md5: 74fda00dbfd36167bcdfa72847ca341b