No description
Signed-off-by: luccie-cmd <hoedje201@gmail.com> Signed-off-by: Lorenzo Torres <lorenzo@sagittarius-a.org> |
||
|---|---|---|
| examples | ||
| .build.yml | ||
| .gitignore | ||
| config.def.h | ||
| config.h | ||
| config.mk | ||
| lc.c | ||
| lexer.c | ||
| lexer.h | ||
| LICENSE | ||
| Makefile | ||
| parser.c | ||
| parser.h | ||
| README | ||
| sema.h | ||
| test.c | ||
| utils.c | ||
| utils.h | ||
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