Date: Fri, 27 Dec 1996 03:09:49 -0800 (PST) From: "David E. O'Brien" <obrien> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/lcc - Imported sources Message-ID: <199612271109.DAA14620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 96/12/27 03:09:49 ports/lang/lcc - Imported sources Update of /home/ncvs/ports/lang/lcc In directory freefall.freebsd.org:/a/obrien/new/lcc Revision/Branch: 1.1.1 Log Message: 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 Status: Vendor Tag: OBRIEN Release Tags: lcc_3_6 N ports/lang/lcc/Makefile N ports/lang/lcc/Makefile.swp N ports/lang/lcc/files/md5 N ports/lang/lcc/files/FreeBSD.md N ports/lang/lcc/files/FreeBSD.c.in N ports/lang/lcc/patches/patch-01 N ports/lang/lcc/patches/patch-02 N ports/lang/lcc/patches/patch-03 N ports/lang/lcc/pkg/DESCR N ports/lang/lcc/pkg/COMMENT N ports/lang/lcc/pkg/PLIST.in No conflicts created by this import
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612271109.DAA14620>