aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2e977d9..38549cd 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,10 @@ the [ISC] license.
Several GNU C [extensions] are also implemented.
-There is still much to do and some parts of the code are a little rough,
-but it currently implements most of the language and is capable of
-building some useful [software] including itself, binutils, and more.
+There is still much to do and some parts of the code are a little
+rough, but it currently implements most of the language and is capable
+of building some useful [software] including itself, mcpp, binutils,
+and more.
It was inspired by several other small C compilers including [8cc],
[c], and [scc].