diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-18 18:48:53 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-18 18:48:53 -0700 |
commit | f9a4b65cea96517b01b5185344c69d7bfeb5fc0e (patch) | |
tree | bf765861b7603d8e10a2ad26d5c61c1e58d8732b /README.md | |
parent | 863af085d91310e25f9ec892adb93b412253e833 (diff) |
Add some documentation about building various software
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +6,8 @@ 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, is self-hosting, -and capable of building some useful software. +but it currently implements most of the language and is capable of +building some useful [software] including itself, `binutils`, and more. It was inspired by several other small C compilers including [8cc], [c], and [scc]. @@ -74,6 +74,7 @@ Please report any issues to https://todo.sr.ht/~mcf/cc-issues. [C11]: http://port70.net/~nsz/c/c11/n1570.html [ISC]: https://git.sr.ht/~mcf/cc/blob/master/LICENSE [extensions]: https://git.sr.ht/~mcf/cc/tree/master/doc/extensions.md +[software]: https://git.sr.ht/~mcf/cc/tree/master/doc/software.md [8cc]: https://github.com/rui314/8cc [c]: https://github.com/andrewchambers/c [scc]: http://www.simple-cc.org/ |