]> git.xonotic.org Git - xonotic/gmqcc.git/blob - index.html
More documentation
[xonotic/gmqcc.git] / index.html
1 <!doctype html>
2 <html>
3     <head>
4         <meta charset="utf-8">
5         <meta http-equiv="X-UA-Compatible" content="chrome=1">
6         <title>GMQCC</title>
7
8         <link rel="stylesheet" href="stylesheets/styles.css">
9         <link rel="stylesheet" href="stylesheets/pygment_trac.css">
10         <script src="javascripts/scale.fix.js"></script>
11         <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
12         <!--[if lt IE 9]>
13         <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14         <![endif]-->
15     </head>
16     <body>
17         <a href="https://github.com/graphitemaster/gmqcc"><div class="fork"></div></a>
18         <div class="wrapper">
19             <header>
20                 <h1 class="header">GMQCC</h1>
21                 <p class="header">An Improved Quake C Compiler and tools</p>
22
23                 <ul>
24                     <li class="buttons"><a href=index.html>Index</a></li>
25                     <li class="download"><a href="https://github.com/graphitemaster/gmqcc/zipball/master">Download ZIP</a></li>
26                     <li class="download"><a href="https://github.com/graphitemaster/gmqcc/tarball/master">Download TAR</a></li>
27                     <li class="buttons"><a href="https://github.com/graphitemaster/gmqcc/issues">Issues</a></li>
28                     <li class="buttons"><a href="doc.html">Documentation</a></li>
29                     <li class="buttons"><a href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
30                 </ul>
31             </header>
32             
33             <section>
34                 <h3>Welcome</h3>
35                 <p>For an enduring period of time the options for a decent compiler for the
36                 Quake C programming language were confined to a specific compiler known as QCC.
37                 Attempts were made to extend and improve upon the design of QCC, but many foreseen
38                 the consequences of building on a broken foundation.
39                 The solution was obvious, a new compiler; one born from the NIH realm of sarcastic wit.
40                 We welcome you. You won't find a better Quake C compiler.</p>
41                 
42                 <h3>Modern Compiler Design</h3>
43                 GMQCC Imploys several modern strategies for lexing, parsing, understanding and
44                 generating executable bytecode.  These stratagies are unlike anything present
45                 in any existing QuakeC compiler.  With them GMQCC is capable of generating correct
46                 optimal byte code while preventing you from writing broken code.
47                 <p>
48                 </p>
49
50                 <h3>Compatability With Code</h3>
51                 <p>GMQCC is committed to keeping backwards compatability with your existing QuakeC code,
52                 to do this we support the oddities, and otherwise broken or incorrect behaviour of existing compilers
53                 such as QCC and FTEQCC, so that you can rest easy knowing your code will work.
54                 </p>
55
56                 <h3>Obtain The Development Repository</h3
57                 <p>If you're interested on used the latest, you may obtain the development
58                 repository as such</p>
59 <pre><code>$ git clone git://github.com/graphitemaster/gmqcc.git
60 $ cd gmqcc
61 $ make
62 </code></pre>
63
64                 <h3>Support or Contact</h3>
65
66                 <p>Having trouble with GMQCC? Join our IRC channel at #kf-engine on irc.freenode.net or contact <a href="mailto:cube2killfild@gmail.com">Us</a> 
67                 
68             </section>
69             <footer>
70                 <script type="text/javascript" src="http://www.ohloh.net/p/602517/widgets/project_partner_badge.js"></script>
71             </footer>
72         </div>
73         <!--[if !IE]><script>fixScale(document);</script><![endif]-->
74     </body>
75 </html>