modify array interface
authorMart Lubbers <mart@martlubbers.net>
Tue, 16 Mar 2021 09:59:45 +0000 (10:59 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 16 Mar 2021 09:59:45 +0000 (10:59 +0100)
commit57f4787ea94c24e416135b610f35e51abfc4fc2b
treee59531dd414d9d79e8617f2d2c7ed5aad761da3e
parent9610e683859c08b33a33592330390c5226ce1d65
modify array interface
29 files changed:
.gitignore
Makefile
array.c
array.h
ast.c
ast.h
gen.c
gen/c.c
gen/c.h
gen/ssm.c
gen/ssm.h
parse.y
sem.c
sem/constant.c [new file with mode: 0644]
sem/constant.h [new file with mode: 0644]
sem/hm.c
sem/main.c [new file with mode: 0644]
sem/main.h [new file with mode: 0644]
sem/return.c [new file with mode: 0644]
sem/return.h [new file with mode: 0644]
sem/scc.c
sem/scc.h
sem/type.c [new file with mode: 0644]
sem/type.h [new file with mode: 0644]
sem/vardecl.c [new file with mode: 0644]
sem/vardecl.h [new file with mode: 0644]
splc.c
util.c
util.h