diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-27 11:09:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-27 11:09:49 +0000 |
commit | f6949eb19328270d37e7919c2fccb2b4b7835af2 (patch) | |
tree | 454eaafa83be88cf5da914b56ea6b258f308437a /lang/lcc/pkg-comment | |
parent | 8fea0992b9e43d5bb3edf7dacfe6cf88d381aaad (diff) | |
download | FreeBSD-ports-f6949eb19328270d37e7919c2fccb2b4b7835af2.zip FreeBSD-ports-f6949eb19328270d37e7919c2fccb2b4b7835af2.tar.gz |
lcc is the retargetable ANSI C compiler described in the book
`A Retargetable C Compiler: Design and Implementation'
(Addison-Wesley, 1995, ISBN 0-8053-1670-1).
lcc is a production compiler with a hand crafted lexical analyzer and a
hand-coded recursive decent parser. The lexer and parser code is well
written and very easy to read (and learn from :-)).
lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it
does not under stand FreeBSD's "long long" data type.
Contributions by: Soren Schmidt
Diffstat (limited to 'lang/lcc/pkg-comment')
-rw-r--r-- | lang/lcc/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/lcc/pkg-comment b/lang/lcc/pkg-comment new file mode 100644 index 0000000..431d80c --- /dev/null +++ b/lang/lcc/pkg-comment @@ -0,0 +1 @@ +compiler from `A Retargetable C Compiler: Design and Implementation' |