No description
Find a file
2025-12-01 11:22:44 +01:00
.gitignore fixed gitignore and added comments to parser 2025-12-01 10:16:35 +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 implemented member access parsing 2025-12-01 11:22:44 +01:00
lexer.c implemented basic parsing 2025-11-30 21:56:39 +01:00
lexer.h implemented basic parsing 2025-11-30 21:56:39 +01:00
LICENSE implemented the lexer 2025-11-30 12:58:35 +01:00
Makefile change compiler name 2025-11-30 22:57:52 +01:00
parser.c implemented member access parsing 2025-12-01 11:22:44 +01:00
parser.h implemented member access parsing 2025-12-01 11:22:44 +01:00
README change compiler name 2025-11-30 22:57:52 +01:00
sema.h implemented basic parsing 2025-11-30 21:56:39 +01:00
test.c implemented member access parsing 2025-12-01 11:22:44 +01:00
utils.c implemented basic parsing 2025-11-30 21:56:39 +01:00
utils.h implemented basic parsing 2025-11-30 21:56:39 +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