View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/coco-cpp 1 Development 2015-05-06 14:26:41 UTC
11. * Now upstream release. * Support for...

Author: Markus Loeberbauer
Revision Date: 2012-01-21 19:03:50 UTC

* Now upstream release.
* Support for "::" as a namespace separator on the command line.
* Better readable parser, to support debugging.
* Generate trace.txt into the output folder, if specified.
* Minor bugfixes.

lp:ubuntu/vivid/coco-cpp 2 Mature 2014-10-26 16:11:07 UTC
11. * Now upstream release. * Support for...

Author: Markus Loeberbauer
Revision Date: 2012-01-21 19:03:50 UTC

* Now upstream release.
* Support for "::" as a namespace separator on the command line.
* Better readable parser, to support debugging.
* Generate trace.txt into the output folder, if specified.
* Minor bugfixes.

lp:ubuntu/utopic/coco-cpp 2 Mature 2014-04-24 20:49:44 UTC
11. * Now upstream release. * Support for...

Author: Markus Loeberbauer
Revision Date: 2012-01-21 19:03:50 UTC

* Now upstream release.
* Support for "::" as a namespace separator on the command line.
* Better readable parser, to support debugging.
* Generate trace.txt into the output folder, if specified.
* Minor bugfixes.

lp:ubuntu/trusty/coco-cpp 2 Mature 2013-10-19 21:10:46 UTC
11. * Now upstream release. * Support for...

Author: Markus Loeberbauer
Revision Date: 2012-01-21 19:03:50 UTC

* Now upstream release.
* Support for "::" as a namespace separator on the command line.
* Better readable parser, to support debugging.
* Generate trace.txt into the output folder, if specified.
* Minor bugfixes.

lp:ubuntu/saucy/coco-cpp 2 Mature 2013-04-27 16:25:22 UTC
11. * Now upstream release. * Support for...

Author: Markus Loeberbauer
Revision Date: 2012-01-21 19:03:50 UTC

* Now upstream release.
* Support for "::" as a namespace separator on the command line.
* Better readable parser, to support debugging.
* Generate trace.txt into the output folder, if specified.
* Minor bugfixes.

lp:ubuntu/raring/coco-cpp 2 Mature 2012-10-20 05:18:25 UTC
11. * Now upstream release. * Support for...

Author: Markus Loeberbauer
Revision Date: 2012-01-21 19:03:50 UTC

* Now upstream release.
* Support for "::" as a namespace separator on the command line.
* Better readable parser, to support debugging.
* Generate trace.txt into the output folder, if specified.
* Minor bugfixes.

lp:ubuntu/quantal/coco-cpp 2 Mature 2012-04-26 20:27:28 UTC
11. * Now upstream release. * Support for...

Author: Markus Loeberbauer
Revision Date: 2012-01-21 19:03:50 UTC

* Now upstream release.
* Support for "::" as a namespace separator on the command line.
* Better readable parser, to support debugging.
* Generate trace.txt into the output folder, if specified.
* Minor bugfixes.

lp:ubuntu/precise/coco-cpp 2 Mature 2011-11-07 11:12:02 UTC
10. fixed startup shell script

Author: Markus Loeberbauer
Revision Date: 2011-11-07 11:12:02 UTC

fixed startup shell script

lp:ubuntu/oneiric/coco-cpp 2 Mature 2011-04-28 15:08:39 UTC
9. * New upstream release * Frame files ...

Author: Markus Loeberbauer
Revision Date: 2011-04-19 14:24:43 UTC

* New upstream release
* Frame files provided as command line argument take now precedence
  over frame files in the source directory of the attributed grammar.
* The namespace can be set as a directive in the attributed
  grammar: $namespace=NamespaceName
  if the namespace is set in the attributed grammar and on the command
  line, the command line argument takes precedence.
* New option checkEOF: With the option checkEOF the user can specify
  whether the generated parser should check if the entire input has been
  consumed after parsing, i.e., if the token after the start symbol of
  the grammar is an end-of-file token. The user can enable or disable
  this check by the following directive in the attributed grammar:
  $checkEOF=true // enable the end of file check (default)
  $checkEOF=false // disable the end of file check
* Support for UTF-8 input: The token stores the character position
  in Token.charPos.
* Support for copyright sections in the generated files. If a
  file named Copyright.frame is provided, it will be included at
  the top of the generated scanner and parser.
* Cleanup, removed the marker $$$ from the end of the frame files.
* More robust scanner generation.
* More robust UTF-8 handling in ParserGen.CopySourcePart and
  Scanner.GetString.
* Minor change: Code cleanup.

lp:ubuntu/natty/coco-cpp 2 Mature 2010-10-13 05:56:09 UTC
8. * New upstream release * More robust ...

Author: Markus Loeberbauer
Revision Date: 2009-06-23 15:12:21 UTC

* New upstream release
* More robust UTF-8 handling in ParserGen.CopySourcePart and
  Scanner.GetString.

lp:ubuntu/maverick/coco-cpp 2 Mature 2010-04-30 20:37:19 UTC
8. * New upstream release * More robust ...

Author: Markus Loeberbauer
Revision Date: 2009-06-23 15:12:21 UTC

* New upstream release
* More robust UTF-8 handling in ParserGen.CopySourcePart and
  Scanner.GetString.

lp:ubuntu/lucid/coco-cpp 1 Development 2009-10-30 19:52:40 UTC
8. * New upstream release * More robust ...

Author: Markus Loeberbauer
Revision Date: 2009-06-23 15:12:21 UTC

* New upstream release
* More robust UTF-8 handling in ParserGen.CopySourcePart and
  Scanner.GetString.

lp:ubuntu/jaunty/coco-cpp 2 Mature 2009-08-17 06:25:16 UTC
5. * New upstram release * Minor change:...

Author: Markus Loeberbauer
Revision Date: 2008-11-10 11:15:00 UTC

* New upstram release
* Minor change: Code cleanup.
* Minor change: More robust Scanner, never assign Buffer.EOF to a char
                (which results in an overflow, should do no harm).

lp:ubuntu/intrepid/coco-cpp 2 Mature 2009-08-17 06:25:00 UTC
3. * Minor change: Use only one variable...

Author: Markus Loeberbauer
Revision Date: 2008-01-28 10:49:00 UTC

* Minor change: Use only one variable 'i' in Scanner::Init(), support for
  old C++ compilers.
* Minor change: Generate token codes as enumeration values instead of
  fields, simplifies the code.

lp:ubuntu/hardy/coco-cpp 2 Mature 2009-08-17 06:24:48 UTC
3. Better unicode support, Buffer::GetSt...

Author: Markus Loeberbauer
Revision Date: 2007-10-23 22:58:00 UTC

Better unicode support, Buffer::GetString(int beg, int end) returns now wide chars.

lp:ubuntu/gutsy/coco-cpp 1 Development 2009-08-17 06:24:36 UTC
2. Reworked pointer arithmetics to suppo...

Author: Markus Loeberbauer
Revision Date: 2007-01-03 14:30:00 UTC

Reworked pointer arithmetics to support 64 bit architectures
(Closes: #404713).

lp:ubuntu/karmic/coco-cpp 1 Development 2009-08-17 06:19:13 UTC
7. * New upstream release * Support for ...

Author: Markus Loeberbauer
Revision Date: 2009-03-27 12:48:11 UTC

* New upstream release
* Support for pragmas which are part of terminal classes (thanks
  to Serge Voloshenyuk)
* Scanner.frame, we assume now that every unknown compiler supports
  swprintf (thanks to John David Duncan)
* #line directives for the parser, command line option -lines (thanks
  to Andrey Maykov)
* Minor change: Code cleanup.

117 of 17 results