Lazy C++
| Lzz (Lazy C++) is a rapid development tool. Given a sequence of declarations Lzz
will generate header and source files. |
Basil: A Parser Generator
| a c++ component generator. ... Basil. Contents:. Home. Synopsis · Config file
format · Grammar file format · Symbol attributes ... |
Lazy C++
| Lzz: The Lazy C++ Programmer's Tool. Contents:. Synopsis; Preprocessor; Fuzzy Parsing;
Supported C++ constructs; Lazy Class; Lazy Functor ... |
26 Apr 2001 version 1.0 30 Apr 2001 member objects with ...
| 26 Apr 2001 version 1.0 30 Apr 2001 member objects with initializers must be
static version 1.1 10 May 2001 warn on member functions with pure specifier ... |
Lazy C++
| Platform, Filename, Size (bytes). Linux, Intel 386, lzz_2_6_0_linux.zip, 667906.
Solaris, SPARC, lzz_2_6_0_solaris.zip, 456637 ... |
Basil: A Parser Generator
| a c++ component generator. ... Symbol attributes. Symbol attributes can be attached
to a left- or right-hand side symbol. The priority attributes (> + ... |
Basil: A Parser Generator
| a c++ component generator. ... Grammar file format. The grammar file contains a
sequence of rules. Each rule can be preceded by a rule-name. ... |
Basil: A Parser Generator
| a c++ component generator. ... Visitors. The syntax tree constructed by the parser
is designed to be traversed with visitors. ... |
Basil: A Parser Generator
| a c++ component generator. ... Synopsis. basil is run from the command line as
follows:. basil [options] grammar-file. Options begin with the - character. ... |
Basil: A Parser Generator
| a c++ component generator. ... Config file format. The config file contains lines
of the form:. keyword = value. The value may be blank. ... |