xcc/README
2026-01-25 10:23:13 +01:00

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