From d2481df835403fa291f7292a07a9db24e4c9a00e Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 21 Feb 2026 18:48:37 +0100 Subject: update README.md --- README.md | 5 +++-- 1 file 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/). -- cgit v1.2.3