From: Dale Weiler Date: Mon, 9 Apr 2012 10:43:58 +0000 (-0400) Subject: Readme X-Git-Tag: 0.1-rc1~715 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=19eecd3885a48374e374ec284811798fb197473a Readme --- diff --git a/README b/README index d069def..5ba37c2 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -This is my work in progress C compiler. There are very few _good_ qc +This is my work in progress Quake C compiler. There are very few _good_ QC compilers out there on the internet that can be used in the opensource community. There are a lot of mediocre compilers, but no one wants those. -This is the solution for that, for once a proper quake c compiler that is +This is the solution for that, for once a proper Quake C compiler that is capable of doing proper optimization. The design so far of this compiler is basic, because it doesn't actually compile code yet.