]> git.xonotic.org Git - xonotic/gmqcc.git/blob - index.html
Update download links
[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</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/archive/0.1.zip">Download v0.1</a></li>
26                     <li class="buttons"><a href="https://github.com/graphitemaster/gmqcc/issues">Issues</a></li>
27                     <li class="buttons"><a href="doc.html">Documentation</a></li>
28                     <li class="buttons"><a href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
29                 </ul>
30             </header>
31             
32             <section>
33                 <h3>Welcome</h3>
34                 <p>For an enduring period of time the options for a decent compiler for the
35                 Quake C programming language were confined to a specific compiler known as QCC.
36                 Attempts were made to extend and improve upon the design of QCC, but many foreseen
37                 the consequences of building on a broken foundation.
38                 The solution was obvious, a new compiler; one born from the NIH realm of sarcastic wit.
39                 We welcome you. You won't find a better Quake C compiler.</p>
40                 
41                 <h3>Modern Compiler Design</h3>
42                 GMQCC Imploys several modern strategies for lexing, parsing, understanding and
43                 generating executable bytecode.  These stratagies are unlike anything present
44                 in any existing QuakeC compiler.  With them GMQCC is capable of generating correct
45                 optimal byte code while preventing you from writing broken code.
46                 <p>
47                 </p>
48
49                 <h3>Compatability With Code</h3>
50                 <p>GMQCC is committed to keeping backwards compatability with your existing QuakeC code,
51                 to do this we support the oddities, and otherwise broken or incorrect behaviour of existing compilers
52                 such as QCC and FTEQCC, so that you can rest easy knowing your code will work.
53                 </p>
54
55                 <h3>Obtain The Development Repository</h3
56                 <p>If you're interested on used the latest, you may obtain the development
57                 repository as such</p>
58 <pre><code>$ git clone git://github.com/graphitemaster/gmqcc.git
59 $ cd gmqcc
60 $ make
61 </code></pre>
62
63                 <h3>Support or Contact</h3>
64
65                 <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> 
66                 
67             </section>
68             <footer>
69                 <script type="text/javascript" src="http://www.ohloh.net/p/602517/widgets/project_partner_badge.js"></script>
70             </footer>
71         </div>
72         <!--[if !IE]><script>fixScale(document);</script><![endif]-->
73     </body>
74 </html>