mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Cleanup html
This commit is contained in:
parent
b61565acbb
commit
e7c628cdc9
1 changed files with 63 additions and 71 deletions
|
@ -17,7 +17,6 @@
|
||||||
<a href="https://github.com/graphitemaster/gmqcc"><div class="fork"></div></a>
|
<a href="https://github.com/graphitemaster/gmqcc"><div class="fork"></div></a>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
|
|
||||||
<h1 class="header">GMQCC</h1>
|
<h1 class="header">GMQCC</h1>
|
||||||
<p class="header">An Improved Quake C Compiler</p>
|
<p class="header">An Improved Quake C Compiler</p>
|
||||||
|
|
||||||
|
@ -28,13 +27,9 @@
|
||||||
<li class="buttons"><a href="test.html">Try it</a></li>
|
<li class="buttons"><a href="test.html">Try it</a></li>
|
||||||
<li class="buttons"><a href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
|
<li class="buttons"><a href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<h3>Welcome</h3>
|
<h3>Welcome</h3>
|
||||||
|
|
||||||
<p>For an enduring period of time the options for a decent compiler for the
|
<p>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.
|
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
|
Attempts were made to extend and improve upon the design of QCC, but many foreseen
|
||||||
|
@ -42,7 +37,6 @@ the consequences of building on a broken foundation.
|
||||||
The solution was obvious, a new compiler; one born from the NIH realm of sarcastic wit.
|
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.</p>
|
We welcome you. You won't find a better Quake C compiler.</p>
|
||||||
|
|
||||||
|
|
||||||
<h3>Modern Compiler Design</h3>
|
<h3>Modern Compiler Design</h3>
|
||||||
GMQCC Imploys several modern strategies for lexing, parsing, understanding and
|
GMQCC Imploys several modern strategies for lexing, parsing, understanding and
|
||||||
generating executable bytecode. These stratagies are unlike anything present
|
generating executable bytecode. These stratagies are unlike anything present
|
||||||
|
@ -52,7 +46,6 @@ optimal byte code while preventing you from writing broken code.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Compatability With Code</h3>
|
<h3>Compatability With Code</h3>
|
||||||
|
|
||||||
<p>GMQCC is committed to keeping backwards compatability with your existing QuakeC code,
|
<p>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
|
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.
|
such as QCC and FTEQCC, so that you can rest easy knowing your code will work.
|
||||||
|
@ -75,6 +68,5 @@ $ make
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue