diff options
author | Michael Forney <mforney@mforney.org> | 2019-02-12 01:56:30 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-12 01:56:30 -0800 |
commit | bf9d55d6cdd9fde5a60514cb12b93ca9eb9fdab1 (patch) | |
tree | 42d6b22beea479f684bbe529704e27897c43dec5 /README.md | |
parent | eddc4693e49f70cd214b7645cb9fce54a89fbb6c (diff) |
Fix README list formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |