aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ucpp/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-02-16 01:44:55 +0800
committerijliao <ijliao@FreeBSD.org>2001-02-16 01:44:55 +0800
commit6c60c1687899ab821429d80040a809211d4c80e6 (patch)
treead1f3463b74923f5bc3d7b28736d37e38248fd71 /devel/ucpp/pkg-descr
parent451bb88dea2c57d01ae2fdb3200882a48ae41c57 (diff)
downloadfreebsd-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-descr9
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/