LITE is a language & complete compiler toolchain designed to run primarily on KITE (Kernel for IoT and Embedded)
Dependencies:
- Flex
- bison
- g++
Update Makefile with dependencies executable path.
Compile & Build lite compiler
makelite <program-file> [-arch supported-arch] [-ast] [-o <output-file>]
this will output .asm file. Assemble & link according to target machine.