distinct types have a scope; added aoc-2021 day 21
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 8 Nov 2022 00:33:49 +0000 (18:33 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 8 Nov 2022 00:33:49 +0000 (18:33 -0600)
commit04227061e2667df791cc23067a07d9ccc9997e2f
tree70456032a602b3b710cffaff659118dfde1838bd
parent2eb41cd16661f8a068558e029c6512fa8292ce16
distinct types have a scope; added aoc-2021 day 21
compiler/include/astnodes.h
compiler/src/checker.c
compiler/src/symres.c
compiler/src/types.c
compiler/src/utils.c
core/hash/hash.onyx
tests/aoc-2021/day21 [new file with mode: 0644]
tests/aoc-2021/day21.onyx [new file with mode: 0644]
tests/aoc-2021/input/day21.txt [new file with mode: 0644]
tests/bugs/method_call_source_double.onyx