From: Dale Weiler Date: Tue, 13 Nov 2012 05:36:53 +0000 (+0000) Subject: Cleanup html X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e7c628cdc93e8492e4c627d51365f2ecf4b08ed2;p=xonotic%2Fgmqcc.git Cleanup html --- diff --git a/index.html b/index.html index 4edb2e1..f4f8d7f 100644 --- a/index.html +++ b/index.html @@ -1,80 +1,72 @@ - - - - GMQCC by graphitemaster + + + + GMQCC by graphitemaster - - - - - - - -
-
-
- -

GMQCC

-

An Improved Quake C Compiler

+ + + + + + + +
+
+
+

GMQCC

+

An Improved Quake C Compiler

- + +
+
+

Welcome

+

For an enduring period of time the options for a decent compiler for the + Quake C programming language were confined to a specific compiler known as QCC. + Attempts were made to extend and improve upon the design of QCC, but many foreseen + the consequences of building on a broken foundation. + The solution was obvious, a new compiler; one born from the NIH realm of sarcastic wit. + We welcome you. You won't find a better Quake C compiler.

+ +

Modern Compiler Design

+ GMQCC Imploys several modern strategies for lexing, parsing, understanding and + generating executable bytecode. These stratagies are unlike anything present + in any existing QuakeC compiler. With them GMQCC is capable of generating correct + optimal byte code while preventing you from writing broken code. +

+

+

Compatability With Code

+

GMQCC is committed to keeping backwards compatability with your existing QuakeC code, + to do this we support the oddities, and otherwise broken or incorrect behaviour of existing compilers + such as QCC and FTEQCC, so that you can rest easy knowing your code will work. +

-
-
- -

Welcome

+

Obtain The Development Repository

If you're interested on used the latest, you may obtain the development + repository as such

+
$ git clone git://github.com/graphitemaster/gmqcc.git
+                $ cd gmqcc
+                $ make
+                
-

For an enduring period of time the options for a decent compiler for the -Quake C programming language were confined to a specific compiler known as QCC. -Attempts were made to extend and improve upon the design of QCC, but many foreseen -the consequences of building on a broken foundation. -The solution was obvious, a new compiler; one born from the NIH realm of sarcastic wit. -We welcome you. You won't find a better Quake C compiler.

+

Support or Contact

- -

Modern Compiler Design

-GMQCC Imploys several modern strategies for lexing, parsing, understanding and -generating executable bytecode. These stratagies are unlike anything present -in any existing QuakeC compiler. With them GMQCC is capable of generating correct -optimal byte code while preventing you from writing broken code. -

-

- -

Compatability With Code

- -

GMQCC is committed to keeping backwards compatability with your existing QuakeC code, -to do this we support the oddities, and otherwise broken or incorrect behaviour of existing compilers -such as QCC and FTEQCC, so that you can rest easy knowing your code will work. -

- -

Obtain The Development Repository

If you're interested on used the latest, you may obtain the development -repository as such

-
$ git clone git://github.com/graphitemaster/gmqcc.git
-$ cd gmqcc
-$ make
-
- -

Support or Contact

- -

Having trouble with GMQCC? Join our IRC channel at #kf-engine on irc.freenode.net or contact Us -

-
- -
-
- - - +

Having trouble with GMQCC? Join our IRC channel at #kf-engine on irc.freenode.net or contact Us + +

+ + +