Initial commit
authorMart Lubbers <mart@martlubbers.net>
Fri, 8 Feb 2019 09:25:39 +0000 (10:25 +0100)
committerMart Lubbers <mart@martlubbers.net>
Fri, 8 Feb 2019 09:25:39 +0000 (10:25 +0100)
commitac7b63667302f503429153ca00889d1c98f498d4
tree50b0a1ee82b0bad8ca7d4fb6dba50581e63adb9d
Initial commit
13 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
ast.dcl [new file with mode: 0644]
ast.icl [new file with mode: 0644]
check.dcl [new file with mode: 0644]
check.icl [new file with mode: 0644]
gen.dcl [new file with mode: 0644]
gen.icl [new file with mode: 0644]
int.dcl [new file with mode: 0644]
int.icl [new file with mode: 0644]
main.icl [new file with mode: 0644]
parse.dcl [new file with mode: 0644]
parse.icl [new file with mode: 0644]