Year 2 compilers coureswork

Matt Coles 54b00a83f5 update 8 years ago
..
.gitignore 4395577753 fix repo 8 years ago
C.flex 4395577753 fix repo 8 years ago
C.output 4395577753 fix repo 8 years ago
C.tab.c ac55ae73ee work 8 years ago
C.tab.h ac55ae73ee work 8 years ago
C.y 4395577753 fix repo 8 years ago
Makefile 4395577753 fix repo 8 years ago
README.md 4395577753 fix repo 8 years ago
finaltest1.tac 54b00a83f5 update 8 years ago
lex.yy.c ac55ae73ee work 8 years ago
list.c a059405928 woohoo 8 years ago
list.h a059405928 woohoo 8 years ago
main.c ac55ae73ee work 8 years ago
mips.asm a059405928 woohoo 8 years ago
nodes.c 4395577753 fix repo 8 years ago
nodes.h 4395577753 fix repo 8 years ago
prog.c 4395577753 fix repo 8 years ago
recurse.asm a059405928 woohoo 8 years ago
recursion.c a059405928 woohoo 8 years ago
simple.c 54b00a83f5 update 8 years ago
symbol_table.c 4395577753 fix repo 8 years ago
test.asm ac55ae73ee work 8 years ago
test10.tac 54b00a83f5 update 8 years ago
test15.tac 54b00a83f5 update 8 years ago
test26.tac 54b00a83f5 update 8 years ago
token.h 4395577753 fix repo 8 years ago
types.h a059405928 woohoo 8 years ago
wew.asm ac55ae73ee work 8 years ago

README.md

mips-c-compiler

A MIPS compiler for a subset of C that includes closures, for 3rd year compilers coursework