diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-19 15:15:52 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-19 15:16:42 -0700 |
commit | 9af83459057c5d3713eb3e385033343ecb229017 (patch) | |
tree | 51e2b1cee479d3a33985ab26eb53e3ba02a149c5 | |
parent | 126e085d930ea13ec0f31ee7c08c9666b0d0948d (diff) | |
download | cproc-9af83459057c5d3713eb3e385033343ecb229017.tar.xz |
Most of the code is not so rough anymore
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ 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 software] including itself, mcpp, gcc 4.7, binutils, and more. +There is still much to do, but it currently implements most of the +language and is capable of [building software] including itself, mcpp, +gcc 4.7, binutils, and more. It was inspired by several other small C compilers including [8cc], [c], [lacc], and [scc]. |