diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-22 15:02:56 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-22 15:02:56 +0100 |
commit | 5940c794323d58dd94bdabc2e7282e90f15dfeb4 (patch) | |
tree | daf001e954b09318db0b6cc291e905188ca28286 | |
parent | 12b279581fbbcde2b36eb4b78d70a1c52d4a209a (diff) |
README: tested with lacc
Interesting C compiler project:
lacc: A simple, self-hosting C compiler:
https://github.com/larmel/lacc
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ Optional dependencies OS tested --------- -- Linux (compilers: clang, cproc, gcc, pcc, tcc, libc: glibc, musl). +- Linux (compilers: clang, cproc, gcc, lacc, pcc, tcc, libc: glibc, musl). - OpenBSD (clang, gcc). - NetBSD - FreeBSD |