Year 2 compilers coureswork

Matt Coles 87f65c41c6 woo 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 87f65c41c6 woo 8 years ago
C.tab.h 87f65c41c6 woo 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
lex.yy.c 87f65c41c6 woo 8 years ago
list.c 87f65c41c6 woo 8 years ago
list.h 87f65c41c6 woo 8 years ago
main.c 87f65c41c6 woo 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 87f65c41c6 woo 8 years ago
symbol_table.c 4395577753 fix repo 8 years ago
test.asm ac55ae73ee work 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