eXtended C compiler
Find a file
2026-01-25 10:20:10 +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 feat: first commit 2026-01-25 10:20:10 +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

lc - L compiler
============================
lc is a L compiler. It can compile L code.


Requirements
------------
In order to build lc 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
-----------
lc file