diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.html b/README.html index d3476a5..fe1fd75 100644 --- a/README.html +++ b/README.html @@ -22,12 +22,10 @@ x : int; x = 5; // Declare x as an integer, then set it to 5. </code></p> <p><code>toc</code> is statically typed and has many of C's features, but -it is just as fast in theory.</p> +it is nearly as fast in theory.</p> -<p>See <code>docs</code> for more information.</p> +<p>See <code>docs</code> for more information (in progress).</p> -<hr /> - -<h3>Help</h3> +<p><code>tests</code> has some test programs written in <code>toc</code>.</p> -<p>If you find a bug in <code>toc</code>, please <a href="https://github.com/pommicket/toc/issues">report an issue</a> on GitHub.</p> +<p>To compile the compiler on a Unix-y system, use</p> |