fixed README

This commit is contained in:
Lorenzo Torres 2026-01-25 10:23:13 +01:00
parent 701734097e
commit 2311794df8

13
README
View file

@ -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