bisonc++ 4.05.00-1 source package in Ubuntu

Changelog

bisonc++ (4.05.00-1) unstable; urgency=low


  [ Frank B. Brokken ]
  * New upstream release. 
    - adds new directive, reinstalls the --namespace option, generates 
      warnings for options/directives bisonc++ cannot handle.

  [ tony mancill ]
  * Switch g++ dependency to g++-4.8 to allow auto-builders to install
    the necessary compiler on architectures where g++ (>= 4:4.7) is not
    available.
  * Update Vcs fields to be canonical.
  * Relax debhelper build-dep to be >= 9.

 -- tony mancill <email address hidden>  Sat, 10 Aug 2013 22:05:58 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
bisonc++_4.05.00-1.dsc 2.1 KiB 0fb5e12c7282291083d63075dbde6866a7709c82fd25874b4e27150600449031
bisonc++_4.05.00.orig.tar.gz 652.2 KiB 02bc8562821e21def97c107e92ef719d457856a075fa428ed41a9274d25ed3e6
bisonc++_4.05.00-1.debian.tar.gz 11.8 KiB b85325c9518e2d901379631b09acc78d30a2f2f90d65393160d5ea178c1f13f8

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++-doc: No summary available for bisonc++-doc in ubuntu utopic.

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