diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-12-06 22:14:47 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-12-06 22:14:47 -0500 |
commit | 54b525a928a6db7a17982ef0a29885dafea04d60 (patch) | |
tree | 9bf5ce83828d7f09a4bf2a4de5670bb22f614df1 | |
parent | 92bd668a917153a19931c85f39d5d0f8c91c83e8 (diff) |
updated readme
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -24,10 +24,7 @@ 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 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](https://github.com/pommicket/toc/issues) on GitHub.
\ No newline at end of file |