summaryrefslogtreecommitdiff
path: root/devel/ucpp/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ucpp/DESCR')
-rw-r--r--devel/ucpp/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/ucpp/DESCR b/devel/ucpp/DESCR
new file mode 100644
index 00000000000..992b93a3734
--- /dev/null
+++ b/devel/ucpp/DESCR
@@ -0,0 +1,7 @@
+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)