added #locked; #bottom_test; changed interface syntax
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 8 Jun 2022 02:39:38 +0000 (21:39 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 8 Jun 2022 02:39:38 +0000 (21:39 -0500)
commit16aaf93c1628e10702fe5c73a6676c1ad1ca8624
tree03f092777a1906c4fcf020796ede9770365b9af0
parent8bc1e7c4f7236952d640ccf45e019dbcf875b502
added #locked; #bottom_test; changed interface syntax
15 files changed:
core/container/array.onyx
core/container/iter.onyx
core/container/map.onyx
core/container/set.onyx
core/hash.onyx
core/runtime/info/helper.onyx
core/stdio.onyx
examples/22_interfaces.onyx
include/astnodes.h
src/checker.c
src/parser.c
src/symres.c
src/wasm_emit.c
tests/complicated_polymorph.onyx
tests/interfaces.onyx