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