head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.06.20.23.40.35;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2003.12.05.00.56.32;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports, plus the three ports that depended on them.
@
text
@C-- is intended as a "portable assembly language" that can replace C as a
target language used by compiler writers. The goal of the Quick C-- project is
to test those ideas in an implementation. Quick C-- is intended to be a simple,
nonoptimizing compiler that supports the run-time interface. Our primary goal
is to to validate our design experimentally. A secondary, but still significant
goal is to provide a vehicle for experimenting with new techniques for building
retargetable compilers. We want the compiler to be
   1. Easy to retarget to the platform of choice
   2. Easy to specialize, say for a new calling convention
   3. Fast

WWW: http://www.cminusminus.org/qc--.html
@


1.1
log
@add qc-- 20031201
The Quick C-- Compiler

PR:		59893
@
text
@@

