removed `#with` in interfaces; use T.{}
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 3 Oct 2022 19:35:45 +0000 (14:35 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 3 Oct 2022 19:35:45 +0000 (14:35 -0500)
commit6459fc42bd5d3df382cdf6aafeeddec928bc41af
tree6c68332a4ba3ddae9326294805fd73bf63e70362
parent09ffd13316493fcca9ea5407719b171360060237
removed `#with` in interfaces; use T.{}
compiler/include/astnodes.h
compiler/src/checker.c
compiler/src/parser.c
core/container/array.onyx
core/hash.onyx