oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: 42efb9e098c21ea1eac9b89f348a6bf0e37182ca
parent: b4f079f3762b427b2370310de225ea338c0cdf77
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Thu, 16 Jun 2022 23:36:18 -0400
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!