diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-16 01:44:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-16 01:44:55 +0800 |
commit | 6c60c1687899ab821429d80040a809211d4c80e6 (patch) | |
tree | ad1f3463b74923f5bc3d7b28736d37e38248fd71 /devel/ucpp/pkg-descr | |
parent | 451bb88dea2c57d01ae2fdb3200882a48ae41c57 (diff) | |
download | freebsd-ports-gnome-6c60c1687899ab821429d80040a809211d4c80e6.tar.gz freebsd-ports-gnome-6c60c1687899ab821429d80040a809211d4c80e6.tar.zst freebsd-ports-gnome-6c60c1687899ab821429d80040a809211d4c80e6.zip |
add ucpp, a C preprocessor and lexer
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/ |