eXtended C compiler
Find a file
2026-01-25 10:23:13 +01:00
.gitignore feat: first commit 2026-01-25 10:20:10 +01:00
config.mk feat: first commit 2026-01-25 10:20:10 +01:00
lexer.c feat: first commit 2026-01-25 10:20:10 +01:00
lexer.h feat: first commit 2026-01-25 10:20:10 +01:00
LICENSE feat: first commit 2026-01-25 10:20:10 +01:00
Makefile feat: first commit 2026-01-25 10:20:10 +01:00
parser.c feat: first commit 2026-01-25 10:20:10 +01:00
parser.h feat: first commit 2026-01-25 10:20:10 +01:00
README fixed README 2026-01-25 10:23:13 +01:00
stb_ds.h feat: first commit 2026-01-25 10:20:10 +01:00
utils.c feat: first commit 2026-01-25 10:20:10 +01:00
utils.h feat: first commit 2026-01-25 10:20:10 +01:00
xcc.c feat: first commit 2026-01-25 10:20:10 +01:00

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