bisonc++ 6.03.00-1 source package in Ubuntu

Changelog

bisonc++ (6.03.00-1) unstable; urgency=medium

  [ Frank B. Brokken ]
  * New upstream version 6.03.00
  * Assignment to polymorphic semantic values no longer uses template
    assignment operators. Refer to bisonc++ manual (section 4.6.1) for
    details.
  * Now depends on bobcat version 5

  [ tony mancill ]
  * Freshen years in debian/copyright
  * Bump Standards-Version to 4.4.0

 -- tony mancill <email address hidden>  Thu, 25 Jul 2019 20:31:48 -0700

Upload details

Uploaded by:
Frank B. Brokken
Uploaded to:
Sid
Original maintainer:
Frank B. Brokken
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bisonc++_6.03.00-1.dsc 2.0 KiB 596e23cdda62c92ae32dd9fb83a8686a31c9388c6694d9025d1cc2e5dcbbeb8c
bisonc++_6.03.00.orig.tar.gz 494.7 KiB 3f7562dbe27efa7cfbefe839849a6d6d46b55c8aa28e3678f5baddb9e146fed1
bisonc++_6.03.00-1.debian.tar.xz 12.7 KiB b92410d4d81b05a21b2867be18dbc2743ad5ab81d5367993a0df20a90cf87235

Available diffs

No changes file available.

Binary packages built by this source

bisonc++: 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.

bisonc++-dbgsym: No summary available for bisonc++-dbgsym in ubuntu eoan.

No description available for bisonc++-dbgsym in ubuntu eoan.

bisonc++-doc: No summary available for bisonc++-doc in ubuntu eoan.

No description available for bisonc++-doc in ubuntu eoan.