Add chibicc to compiler list
I got chibicc working on OpenBSD; oksh builds and works with it.42efb9e098c21ea1eac9b89f348a6bf0e37182ca
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
@@ -58,6 +58,7 @@ Supported compilers
* [Nils Weller's C compiler](http://nwcc.sourceforge.net/)
* [cproc](https://sr.ht/~mcf/cproc/) (Currently requires a small tweak to ignore a volatile store error)
* [vbcc](http://www.compilers.de/vbcc.html) (Only tested on OpenBSD/i386)
+* [chibicc](https://github.com/rui314/chibicc)
Building with a compiler not listed here? Add it and send a pull request!