diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-12-07 18:21:03 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-12-07 18:21:03 -0500 |
commit | 390f1e368cfdc5011e9eb9af76d2fb44cd8dc0b2 (patch) | |
tree | d299c8e4360a68038f575c16d8083275cb1046f0 /README.html | |
parent | 9c44be7b25d61450808e918c14b8dfff49a78a8a (diff) |
fixed something weird going on with the tokenizer that might be a bug in clang
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> |