Skip to content

devyash/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler for a new programming language

The following is a project for a new programming language. This compiler consist of scanner, parser, abstract tree generator, type check visitor, code gen visitor. It compiles the code to Java Byte Code which then runs on a JVM. This project was part of the final submission to Programming Language Principles course at University of FLorida.

Run

To run import the code into eclipse and download j-unit. Run the CodeGenVisitorTest.java after compiling to run the code.

About

Programming Language Principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published