This commit is contained in:
Dale Weiler 2012-04-09 06:43:58 -04:00
parent 48a95ec3c9
commit 19eecd3885

4
README
View file

@ -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.