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

Last updated: May 18,2024

1. Install "bisonc++-doc" package

This tutorial shows how to install bisonc++-doc on Kali Linux

$ sudo apt update $ sudo apt install bisonc++-doc

2. Uninstall "bisonc++-doc" package

Please follow the step by step instructions below to uninstall bisonc++-doc on Kali Linux:

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

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

Package: bisonc++-doc
Source: bisonc++
Version: 6.06.00-1
Installed-Size: 1231
Maintainer: Frank B. Brokken
Architecture: all
Size: 219104
SHA256: 52f276370941043c2361b05bf30a6d22bc3f6689b74be2e73c1a43d8ea8450e6
SHA1: 42f08e31fed480d2bcb29233cf3d949fabd53e71
MD5sum: 9dca8a295bca4ed34a63fcf31e93a1d8
Description: Bison-style parser generator for C++ documentation
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.
.
This package provides the supplemental documentation for Bisonc++.
Description-md5:
Multi-Arch: foreign
Homepage: https://fbb-git.gitlab.io/bisoncpp/
Tag: devel::doc, devel::examples, made-of::html, made-of::postscript,
role::documentation
Section: doc
Priority: optional
Filename: pool/main/b/bisonc++/bisonc++-doc_6.06.00-1_all.deb