polymorphic procedures are allowed in overloaded functions
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 11 Jan 2021 05:39:30 +0000 (23:39 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 11 Jan 2021 05:39:30 +0000 (23:39 -0600)
commit7bbd625dbcd0c711f5f11f98e91b59bb9162d00b
tree84a442baa3977e44386b69bd0540a975f1cb2f5d
parent96187b11bc1fbaee7a5b699987e7104034eef4ef
polymorphic procedures are allowed in overloaded functions
14 files changed:
bin/onyx
core/alloc.onyx
core/memory.onyx
include/onyxastnodes.h
include/onyxerrors.h
onyx.exe
src/onyx.c
src/onyxchecker.c
src/onyxclone.c
src/onyxerrors.c
src/onyxsymres.c
src/onyxutils.c
src/onyxwasm.c
tests/aoc-2020/day23.onyx