sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 951edf4275b5395918467576fe2b458601456bf6
parent e0c5ec5e7aa3195700816072849ff8d50348efd1
Author: Josuah Demangeon <me@josuah.net>
Date:   Fri, 28 Feb 2020 01:48:42 +0100

rocks: add compilers projects: scc, qbe and cproc

Diffstat:
Msuckless.org/rocks/index.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -19,6 +19,9 @@ because it makes them legally compatible with other suckless projects. ### Compilers * [tcc](https://bellard.org/tcc/) - Tiny C Compiler [git repo](http://repo.or.cz/w/tinycc.git) +* [scc](https://www.simple-cc.org/) - Simple C Compiler (WIP) +* [qbe](https://c9x.me/compile/) - Compiler backend targetting x64 +* [cproc](https://git.sr.ht/~mcf/cproc) - Frontend for C11 for QBE. ### Compression