Skip to content

jackdawkins11/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pascal to mips compiler

A compiler, written in java, that compiles programs written in a subset of pascal to mips assembly.

Running it

It only runs on linux. On linux, you can compile a program by running:

java -jar production.jar program.pas

This will create a file called "output.asm" that can be run on a mips simulator/machine.

About

A compiler for a mini-pascal language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors