How to Install and Uninstall bisonc++-doc Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: February 16,2025

1. Install "bisonc++-doc" package

This guide let you learn how to install bisonc++-doc on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "bisonc++-doc" package

This guide covers the steps necessary to uninstall bisonc++-doc on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the bisonc++-doc package on Ubuntu 20.10 (Groovy Gorilla)

Package: bisonc++-doc
Architecture: all
Version: 6.04.00-1
Multi-Arch: foreign
Priority: optional
Section: universe/doc
Source: bisonc++
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Frank B. Brokken
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1210
Filename: pool/universe/b/bisonc++/bisonc++-doc_6.04.00-1_all.deb
Size: 193324
MD5sum: fcb9d322595599e7ee58749b06d0f9f0
SHA1: a6ab386a7c0d0c8941ce30c84247c245cb344579
SHA256: 746c534c0d039623009c8c1fa12c62c3f16510ff30c307b127b009718fc2026b
SHA512: d43fe59daf4f922bc9c4cd6a2f94ec736b42a8afdbaf0fb02f1263cd442a5de5148c0990d0f00a612af27f82704aa6f57c6db047f65508d03c8760bed9247ea8
Homepage: https://fbb-git.gitlab.io/bisoncpp/
Description-en: 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: 01a8a62349b7bfff562ca59dd52a0ae8