aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pcc/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pcc/pkg-descr')
-rw-r--r--lang/pcc/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/pcc/pkg-descr b/lang/pcc/pkg-descr
new file mode 100644
index 000000000000..6b826c1e47f2
--- /dev/null
+++ b/lang/pcc/pkg-descr
@@ -0,0 +1,8 @@
+This compiler is based on the original Portable C Compiler by S. C. Johnson,
+written in the late 70's. Even though much of the compiler has been
+rewritten, some of the basics still remain.
+
+The intention is to write a C99 compiler while still keeping it small, simple,
+fast and understandable. I think of it as if it shall be able to compile and
+run on PDP11 (even if it may not happen in reality). But with this in mind it
+becomes important to think twice about what algorithms are used.