diff options
| author | 2026-02-21 18:48:37 +0100 | |
|---|---|---|
| committer | 2026-02-21 21:36:12 +0100 | |
| commit | d2481df835403fa291f7292a07a9db24e4c9a00e (patch) | |
| tree | ffbefb7486aacd7630fb1b3c408aaf0deee0ee69 | |
| parent | 6f011b4aeb6b80b37601e87f7131cc47bf19f655 (diff) | |
update README.md
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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/). |