bugfixes with array type duplication and comparing types at compile-time
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 15 Apr 2022 01:30:19 +0000 (20:30 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 15 Apr 2022 01:30:19 +0000 (20:30 -0500)
commit34a5aeeaf282a6319e516b4dc6428467e9f89068
treebdb6060fd44048d5b671dbcfa3ba2a71a78396a3
parenta016c99e66c860849dd19d8edc96f1681e884945
bugfixes with array type duplication and comparing types at compile-time
core/runtime/js.onyx
core/runtime/onyx_run.onyx
core/runtime/wasi.onyx
include/astnodes.h
src/astnodes.c
src/checker.c
src/onyx.c
src/types.c