Skip to content

a simple compiler for Fudan Mini-Java, a very simple programming language

Notifications You must be signed in to change notification settings

MonikaPandora/fdmj_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fdmj_compiler

a simple compiler for Fudan Mini-Java, a very simple programming language

How to use

You can use the instructions in a shell as below:

  1. “make build”: this builds the compiler.
  2. “make compile”: this compiles each fmj source file in the test directory.
  3. “make run-llvm”: this executes the LLVM code after converting to SSA form.
  4. “make run-rpi”: this executes the RPi code after register allocation

About

a simple compiler for Fudan Mini-Java, a very simple programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published