Downloadliste

Projektbeschreibung

GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any programming language makes it much more versatile than cpp, while its syntax is lighter and more flexible than that of m4. The syntax is fully customizable, which makes it possible to process text files, HTML, or source code equally efficiently in a variety of languages.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-09-20 01:33
2.24

Diese Version verfügt über eine neue Meta-Makros für die Formatierung des aktuellen Datums und der Zeit.
Tags: Minor feature enhancements
This version features a new meta-macro for formatting the current date and time.

2004-07-11 22:52
2.23

Ein Bug, wobei # # Fehler und Warnung Richtlinien wurden in der falschen Zweig einer bedingten festgesetzt wurde verarbeitet.
Tags: Minor bugfixes
A bug where #error and #warning directives were processed in the false branch of a conditional has been fixed.

2004-02-14 19:43
2.22

GPP bietet nun die Kommandozeilen-Option - sind, die Vorverarbeitung von einer bestimmten Datei ermöglicht, bevor die wichtigsten Input-Datei.
Tags: Minor feature enhancements
GPP now features the commandline option --include, which allows
preprocessing of a specified file before the main input file.

2004-02-07 20:08
2.21

GPP unterstützt jetzt CPP-style # # Fehler und Warnung Makros.
Tags: Minor feature enhancements
GPP now supports CPP-style #error and #warning
macros.

2004-01-18 08:54
2.20

Das arithmetische Bewertung Makros (# eval) unterstützt jetzt auch POSIX-Stil Wildcard-Matching (dh, Shell-Auswertung). Es gibt jetzt eine elif-Makro, um zu vermeiden tief verschachtelten conditionals. Schließlich wurde eine langjährige Bug behoben, bei dem GPP ausgeschaltet werden durch eine bei der Berichterstattung Zeilennummern in seiner Fehlermeldungen oder mit der # line Meta-Makro würde.
Tags: Major feature enhancements
The arithmetic evaluation macro (#eval) now supports
POSIX-style wildcard matching (i.e., shell globbing).
There is now an #elif macro to help avoid deeply-nested
conditionals. Finally, a long-standing bug has been fixed
where GPP would be off by one when reporting line
numbers in its error messages or with the #line meta-
macro.

Project Resources