aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-12 01:56:30 -0800
committerMichael Forney <mforney@mforney.org>2019-02-12 01:56:30 -0800
commitbf9d55d6cdd9fde5a60514cb12b93ca9eb9fdab1 (patch)
tree42d6b22beea479f684bbe529704e27897c43dec5 /README.md
parenteddc4693e49f70cd214b7645cb9fce54a89fbb6c (diff)
Fix README list formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea19cad..3074108 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ There is still much to do and the code is a little rough, but it currently
implements most of the language and is self-hosting.
Still TODO:
+
- Come up with a name so it can be installed alongside the system `cc`.
- The preprocessor (currently we are just using the system `cpp`).
- Bit-fields.