No description
Find a file
2025-12-05 15:02:07 +01:00
examples added union type registration 2025-12-05 15:02:07 +01:00
.build.yml added github mirror 2025-12-01 22:19:58 +01:00
.gitignore implemented function parsing 2025-12-03 18:22:34 +01:00
config.def.h implemented the lexer 2025-11-30 12:58:35 +01:00
config.h implemented the lexer 2025-11-30 12:58:35 +01:00
config.mk implemented the lexer 2025-11-30 12:58:35 +01:00
lc.c broken! preliminary work on sema 2025-12-04 14:42:44 +01:00
lexer.c finished while loops 2025-12-03 22:41:55 +01:00
lexer.h finished while loops 2025-12-03 22:41:55 +01:00
LICENSE implemented the lexer 2025-11-30 12:58:35 +01:00
Makefile broken! preliminary work on sema 2025-12-04 14:42:44 +01:00
parser.c fixed top level union definition 2025-12-05 15:00:41 +01:00
parser.h implemented type alignment, size and fixed cycling definition checking 2025-12-05 14:16:22 +01:00
README change compiler name 2025-11-30 22:57:52 +01:00
sema.c added union type registration 2025-12-05 15:02:07 +01:00
sema.h fixed topological sorting 2025-12-04 22:24:41 +01:00
stb_ds.h broken! preliminary work on sema 2025-12-04 14:42:44 +01:00
test.l fixed compound node 2025-12-03 22:17:55 +01:00
utils.c fixed number parsing 2025-12-03 21:02:31 +01:00
utils.h fixed number parsing 2025-12-03 21:02:31 +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