Year 2 compilers coureswork

Matt Coles 4927f524ee Add tests 8 年 前
..
tests 4927f524ee Add tests 8 年 前
.gitignore 4395577753 fix repo 8 年 前
C.flex 4395577753 fix repo 8 年 前
C.tab.c 4395577753 fix repo 8 年 前
C.tab.h 4395577753 fix repo 8 年 前
C.y 4395577753 fix repo 8 年 前
Makefile 4395577753 fix repo 8 年 前
README.md 4395577753 fix repo 8 年 前
lex.yy.c 4395577753 fix repo 8 年 前
list.c 4395577753 fix repo 8 年 前
list.h 4395577753 fix repo 8 年 前
main.c 4927f524ee Add tests 8 年 前
nodes.c 4395577753 fix repo 8 年 前
nodes.h 4395577753 fix repo 8 年 前
prog.c 4395577753 fix repo 8 年 前
simple.c 4927f524ee Add tests 8 年 前
symbol_table.c 4395577753 fix repo 8 年 前
token.h 4395577753 fix repo 8 年 前
types.h 4395577753 fix repo 8 年 前

README.md

mips-c-compiler

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