X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=README;h=5ba37c2ea9268bae65fbeb43f7b49ae11f36ee27;hp=d069def2cf042f11d2df6f8047859712a1a89095;hb=19eecd3885a48374e374ec284811798fb197473a;hpb=48a95ec3c9a4a8601f97c8ac1adbd7d94ba15465 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.