From 6e217b266970843c01e0501ae00d38f5f19a09ae Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Tue, 3 Jun 2025 16:54:03 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd9dda3..0ff1b2a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ SecureLang C Compiler ## History & License -The compiler is based on my years-old and heavily-extended fork of LICE with DECUS C preprocessor added, making for a completely "public domain" self-hosting compiler with some additional language extensions. +The compiler is based on my years-old and heavily-extended fork of LICE with the addition of DECUS C preprocessor and a `cc` command-line frontend, making for a completely public domain C compiler (excluding binutils and make tools, for now). The compiler is still far from perfect but is starting to stabilise and can compile itself and a few other programs. The compiler source code is distributed with a copy of the UNLICENSE, as per LICE, but the DECUS C preprocessor public domain attribution can be checked separately (and the compiler can be built in more stripped-down forms). New features such as the RV64 backend, object-oriented extensions and command-line frontend have been written by myself (but are mixed in with the LICE code), and the rest has been heavily refactored to match. -https://github.com/ZYSF/ZNCC -https://github.com/dorktype/LICE -https://www.google.com/search?q=decus+c+preprocessor+public+domain +Historical links: + +* https://github.com/ZYSF/ZNCC +* https://github.com/dorktype/LICE +* https://www.google.com/search?q=decus+c+preprocessor+public+domain ## Language Extensions