aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-21 18:48:37 +0100
committerlemon <lsof@mailbox.org>2026-02-21 21:36:12 +0100
commitd2481df835403fa291f7292a07a9db24e4c9a00e (patch)
treeffbefb7486aacd7630fb1b3c408aaf0deee0ee69
parent6f011b4aeb6b80b37601e87f7131cc47bf19f655 (diff)
update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c0db173..6479ae2 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,11 @@
Supports [most of C11 and some C23 features](doc/cstd.md), as well as some GNU extensions.
Currently still in a experimental stage, but can successfully build some
-real-world C codebases such as Lua, SQLite3 and oksh (and itself).
+lireal-world C codebases such as Lua, SQLite3,
+[oksh](https://github.com/ibara/oksh), [tin](http://www.tin.org/) and itself.
`antcc` is inspired by other small C compilers like
-[TCC](https://bellard.org/tcc/),
+[tcc](https://bellard.org/tcc/),
[cproc](https://git.sr.ht/~mcf/cproc),
[chibicc](https://github.com/rui314/chibicc),
and backends like [QBE](https://c9x.me/compile/) and [LLVM](https://llvm.org/).