framework for typechecking and code generation
authorMart Lubbers <mart@martlubbers.net>
Tue, 9 Feb 2021 15:39:53 +0000 (16:39 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 9 Feb 2021 15:39:53 +0000 (16:39 +0100)
commita857bf42f629f82547a845c98ab2bb2653781051
tree9f4dee8a5a2361d98c7351b139d16bb6e7dcbfb2
parenta9877499f7dd5f028dbd77d98bf5567fd578e341
framework for typechecking and code generation
Makefile
ast.c
ast.h
gen.c [new file with mode: 0644]
gen.h [new file with mode: 0644]
splc.c
type.c [new file with mode: 0644]
type.h [new file with mode: 0644]