Skip to content

StyxXuan/mini_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project for compiler

$ cd /path/to/this/repo
$ mkdir build && cd build
$ cmake .. && make -j
$ ./compiler -s ../test/test.c -d ../mid.txt 

mips vm:

http://courses.missouristate.edu/kenvollmar/mars/

python file "genTarCode.py" is used to generate mips code to run on mips vm.

python genTarCode.py -s mid.txt -d test.asm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors