29 lines
566 B
Text
29 lines
566 B
Text
xcc - eXtended C compiler
|
|
============================
|
|
|
|
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 xcc you need... a computer
|
|
|
|
|
|
Installation
|
|
------------
|
|
Edit config.mk to match your local setup (lc is installed into
|
|
the /usr/local namespace by default).
|
|
|
|
Afterwards enter the following command to build and install lc (if
|
|
necessary as root):
|
|
|
|
make clean install
|
|
|
|
|
|
Usage
|
|
-----------
|
|
xcc file
|