Skip to content

Latest commit

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages