How to Install and Uninstall bisonc++ Package on Kali Linux

Last updated: May 19,2024

1. Install "bisonc++" package

This is a short guide on how to install bisonc++ on Kali Linux

$ sudo apt update $ sudo apt install bisonc++

2. Uninstall "bisonc++" package

Please follow the guidance below to uninstall bisonc++ on Kali Linux:

$ sudo apt remove bisonc++ $ sudo apt autoclean && sudo apt autoremove

3. Information about the bisonc++ package on Kali Linux

Package: bisonc++
Version: 6.06.00-1
Installed-Size: 872
Maintainer: Frank B. Brokken
Architecture: amd64
Depends: libbobcat6 (>= 6.03.02), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Suggests: bisonc++-doc, flexc++
Size: 260056
SHA256: 00dd78f76a5d630edfd7cfcc70b9c6af6b788f93415e78f0862e0b9191d8cfdc
SHA1: 1cd7541ff1d9b78b5ee225a70847fe23c6a0d1c3
MD5sum: cb84d7a35c22f34baca76d3b50ffe9d7
Description: 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:
Homepage: https://fbb-git.gitlab.io/bisoncpp/
Tag: devel::code-generator, devel::lang:c++, devel::library,
implemented-in::c++, interface::commandline, role::devel-lib,
role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/b/bisonc++/bisonc++_6.06.00-1_amd64.deb