Skip to content

iamabhi747/LITE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LITE

LITE is a language & complete compiler toolchain designed to run primarily on KITE (Kernel for IoT and Embedded)

Language Specification

Build

Dependencies:

  1. Flex
  2. bison
  3. g++

Update Makefile with dependencies executable path.

Compile & Build lite compiler

make

Use

lite <program-file> [-arch supported-arch] [-ast] [-o <output-file>]

this will output .asm file. Assemble & link according to target machine.

About

LITE is a language & complete compiler toolchain designed to run primarily on KITE (Kernel for IoT and Embedded)

Resources

Stars

Watchers

Forks

Contributors