eXtended C compiler
| .gitignore | ||
| config.mk | ||
| lexer.c | ||
| lexer.h | ||
| LICENSE | ||
| Makefile | ||
| parser.c | ||
| parser.h | ||
| README | ||
| stb_ds.h | ||
| utils.c | ||
| utils.h | ||
| xcc.c | ||
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