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