Skip to content

kirshanthans/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project consists of implementing a simple compiler for the so called LITTLE programming language. The LITTLE language is a toy programming language is based on the MICRO language described in the course text book.

Running the compiler

Making the compiler

make clean; make compiler

Testing the Compiler

./Micro test.micro > <output file>

Testing generated code

For project steps 4–7, the compiler can be tested by running your generated code through the Tiny simulator, a program that simulates a machine that supports the Tiny instruction set.

About

Compiler for LITTLE Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published