From 390f1e368cfdc5011e9eb9af76d2fb44cd8dc0b2 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sat, 7 Dec 2019 18:21:03 -0500 Subject: fixed something weird going on with the tokenizer that might be a bug in clang --- README.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README.html') 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.

toc is statically typed and has many of C's features, but -it is just as fast in theory.

+it is nearly as fast in theory.

-

See docs for more information.

+

See docs for more information (in progress).

-
- -

Help

+

tests has some test programs written in toc.

-

If you find a bug in toc, please report an issue on GitHub.

+

To compile the compiler on a Unix-y system, use

-- cgit v1.2.3