diff options
Diffstat (limited to 'devel/ucpp/pkg-descr')
-rw-r--r-- | devel/ucpp/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/ucpp/pkg-descr b/devel/ucpp/pkg-descr new file mode 100644 index 000000000000..69afa5998fe6 --- /dev/null +++ b/devel/ucpp/pkg-descr @@ -0,0 +1,9 @@ +ucpp is a C preprocessor and lexer. It has the following goals: + + - Strict conformance to the C99 standard (with switches to + disable some extensions and mimic C90 behaviour) + - Low memory consumption + - Possibility to use the code as a lexer (that outputs tokens + directly) + +WWW: http://www.di.ens.fr/~pornin/ucpp/ |