flexc++ 2.03.00-1 source package in Ubuntu

Changelog

flexc++ (2.03.00-1) unstable; urgency=low

  * New upstream release fixes bugs, supports initial 0-values for {x, y}
    interval expressions, and the 'build' script is extended with a 'build
    uninstall' command (see the upstream changelog for details).

  * Flexc++'s homepage has moved to https://fbb-git.github.io/flexcpp/.

 -- Frank B. Brokken <email address hidden>  Fri, 28 Aug 2015 09:54:03 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
flexc++_2.03.00-1.dsc 1.9 KiB 56ac9baf98141a4ec16039ef61a078a9a964d3c1b71562f8eb114e5801e2bb04
flexc++_2.03.00.orig.tar.gz 4.2 MiB 1c2572e0887cbaa623e1ab49c985341b23f24fd883a5a894ecd66d66d19b1af0
flexc++_2.03.00-1.debian.tar.xz 5.4 KiB bc34973628e57618be32ab755da78ac3cf90566fa385b14b646c28a95af5cdc6

Available diffs

No changes file available.

Binary packages built by this source

flexc++: Flex-style scanner generator for C++

 Flexc++ was designed after `flex'. Flexc++ offers as compared to flex's C++
 option a cleaner class-design.
 .
 Flexc++ generates a scanner class that is ready for use, as well as a member
 function producing the lexical scanner tokens (lex()). The class can easily
 be provided with additional members without the need for polymorphic
 functions. Consequently, classes generated by flexc++ have no virtual members
 and actually have but one public member: lex(), replacing the old-style flex
 and flex++ yylex() function.
 .
 Flexc++ offers many options, among which an option to define classes
 generated by flexc++ in a separate namespace. This allows developers to
 define additional symbols, even outside of the class generated by flexc++,
 without encountering name-collision problems. With flexc++, artificial means
 to prevent name-collisions, like the yy-conventions used by flex and flex++
 are no longer required. Flexc++ generates C++ code. If C code is required,
 flex should be used. Flexc++'s grammar requirements are highly compatible
 with flex's requirements, so converting a flex grammar into a flexc++ grammar
 should be fairly simple.
 .
 In addition to the flexc++ scanner generator itself and several skeleton
 files, the package contains an extensive man-page, as well as a full manual
 rewritten after the original flex manual, and several examples.

flexc++-dbgsym: debug symbols for package flexc++

 Flexc++ was designed after `flex'. Flexc++ offers as compared to flex's C++
 option a cleaner class-design.
 .
 Flexc++ generates a scanner class that is ready for use, as well as a member
 function producing the lexical scanner tokens (lex()). The class can easily
 be provided with additional members without the need for polymorphic
 functions. Consequently, classes generated by flexc++ have no virtual members
 and actually have but one public member: lex(), replacing the old-style flex
 and flex++ yylex() function.
 .
 Flexc++ offers many options, among which an option to define classes
 generated by flexc++ in a separate namespace. This allows developers to
 define additional symbols, even outside of the class generated by flexc++,
 without encountering name-collision problems. With flexc++, artificial means
 to prevent name-collisions, like the yy-conventions used by flex and flex++
 are no longer required. Flexc++ generates C++ code. If C code is required,
 flex should be used. Flexc++'s grammar requirements are highly compatible
 with flex's requirements, so converting a flex grammar into a flexc++ grammar
 should be fairly simple.
 .
 In addition to the flexc++ scanner generator itself and several skeleton
 files, the package contains an extensive man-page, as well as a full manual
 rewritten after the original flex manual, and several examples.