Skip to content

abdulnkhan/Compilers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compilers

This project is written in Java and uses Antlr as a parser. The language it can compile is a subset of LITTLE, and it can generate tiny assembly code. It has complete register allocation and assumes a 4-register register file on the processor.

It has support for integers and floating point variables, as well as strings. It also supports If-else if-else constructs and do-while loops. It can also compile any expressions, along with function calls.

About

Compiler developed for a subset of LITTLE that generates tiny assembly code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors