Started working on an IR; decided it's not needed
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 16 Jul 2020 18:13:38 +0000 (13:13 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 16 Jul 2020 18:13:38 +0000 (13:13 -0500)
commit44ea3f2dd2d04c060e5d9732adffb19afd28b11d
treea62c7bb16975410550412bf3cdb6ae8e4b816f63
parent2a0c9b18927812692cda8d84af71a736c0c64663
Started working on an IR; decided it's not needed
Leaving the code for it in the tree though
15 files changed:
docs/thoughts
include/onyxastnodes.h
include/onyxir.h [new file with mode: 0644]
include/onyxsempass.h
include/onyxwasm.h
onyx
progs/basic.onyx
progs/test.onyx
src/onyx.c
src/onyxchecker.c
src/onyxir.c [new file with mode: 0644]
src/onyxsempass.c
src/onyxsymres.c
src/onyxutils.c
src/onyxwasm.c