aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8788e62..cb6c069 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
`cproc` is a [C11] compiler using [QBE] as a backend. It is released
under the [ISC] license.
-Several GNU C [extensions] are also implemented.
+Some [C23 features] and [GNU C extensions] are also implemented.
There is still much to do, but it currently implements most of the
language and is capable of [building software] including itself, mcpp,
@@ -115,7 +115,8 @@ Patches are greatly appreciated. Send them to the mailing list
[QBE]: https://c9x.me/compile/
[C11]: http://port70.net/~nsz/c/c11/n1570.html
[ISC]: https://git.sr.ht/~mcf/cproc/blob/master/LICENSE
-[extensions]: https://man.sr.ht/~mcf/cproc/doc/extensions.md
+[C23 features]: https://man.sr.ht/~mcf/cproc/doc/c23.md
+[GNU C extensions]: https://man.sr.ht/~mcf/cproc/doc/extensions.md
[building software]: https://man.sr.ht/~mcf/cproc/doc/software.md
[8cc]: https://github.com/rui314/8cc
[c]: https://github.com/andrewchambers/c