From 2311794df8107051256a43f484e65783ea8f5b71 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Sun, 25 Jan 2026 10:23:13 +0100 Subject: [PATCH] fixed README --- README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README b/README index 6c8fea1..4da0e62 100644 --- a/README +++ b/README @@ -1,11 +1,16 @@ -lc - L compiler +xcc - eXtended C compiler ============================ -lc is a L compiler. It can compile L code. +WORK IN PROGRESS + +xcc is a compiler for the eXtended C language. +As the language keeps 100% compatibility with +C11, you can use it to compile regular C code +just fine. Requirements ------------ -In order to build lc you need... a computer +In order to build xcc you need... a computer Installation @@ -21,4 +26,4 @@ necessary as root): Usage ----------- -lc file +xcc file