polymorphic structures have compile time known arguments
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 8 Jan 2021 19:58:28 +0000 (13:58 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 8 Jan 2021 19:58:28 +0000 (13:58 -0600)
commit9f3fbd7445337c7979edbde7b90da6e5c00dd706
tree5e8454fb7423203b1c456a032e74aa79e41f80e7
parent50a4f38c5d91a264ca4de50e65ae00c82c20c976
polymorphic structures have compile time known arguments
15 files changed:
bin/onyx
core/map.onyx
include/onyxastnodes.h
include/onyxtypes.h
onyx.exe
src/onyxbuiltins.c
src/onyxchecker.c
src/onyxclone.c
src/onyxparser.c
src/onyxsymres.c
src/onyxtypes.c
src/onyxutils.c
tests/poly_structs_with_values [new file with mode: 0644]
tests/poly_structs_with_values.onyx [new file with mode: 0644]
tests/struct_robustness.onyx