better maps and json; fixed anonymous struct bug
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 4 Oct 2021 16:26:57 +0000 (11:26 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 4 Oct 2021 16:26:57 +0000 (11:26 -0500)
commit35273cbca793686fd0c98719529125f0d9a627b8
treef5f363df53f80d816ec968b1e047873c1202c64e
parentd47152f848f4bb3cea3793ff70bd4cb81c444240
better maps and json; fixed anonymous struct bug
21 files changed:
bin/onyx
core/container/map.onyx
core/conv.onyx
core/intrinsics/onyx.onyx
core/memory.onyx
examples/11_map.onyx
modules/json/types.onyx
modules/ui/ui.onyx
src/astnodes.c
src/checker.c
src/parser.c
tests/aoc-2020/day14.onyx
tests/aoc-2020/day15.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2020/day20.onyx
tests/aoc-2020/day21.onyx
tests/aoc-2020/day22.onyx
tests/aoc-2020/day24.onyx
tests/aoc-2020/day25.onyx
tests/persist_locals.onyx
tests/struct_robustness.onyx