sites

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

commit 502fd566e02812124d9354bdbe9eff777391d3ff
parent 7f68a7ffe9682e6b31abdc59f0d3a41d9838859c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 20 Jan 2021 11:50:01 +0100

rocks: add lacc compiler

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

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