head	1.3;
access;
symbols
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	lcc_3_6:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2002.04.12.19.29.14;	author ade;	state dead;
branches;
next	1.2;

1.2
date	99.06.26.18.37.32;	author hoek;	state Exp;
branches;
next	1.1;

1.1
date	96.12.27.11.09.49;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.12.27.11.09.49;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove lang/lcc -- it's been broken for so long and there is no new
version.
@
text
@Compiler from `A Retargetable C Compiler: Design and Implementation'
@


1.2
log
@Commit #3/4 to enforce caps, no period.

FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
@
text
@@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
compiler from `A Retargetable C Compiler: Design and Implementation'
@


1.1.1.1
log
@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
@
text
@@
