Fix array type building not handling unary expressions for arrays; add test
authorJudah Caruso <judah@tuta.io>
Sun, 3 Dec 2023 22:49:29 +0000 (15:49 -0700)
committerJudah Caruso <judah@tuta.io>
Sun, 3 Dec 2023 22:49:29 +0000 (15:49 -0700)
commit31734e339675e72d4c38a989e111d83891281eba
treee991bfc417ef53c10be4d4fed109ada0bd0d095c
parente67fb64da57f331704aef95010ad2d03b080ad13
Fix array type building not handling unary expressions for arrays; add test
.gitignore
compiler/src/astnodes.c
compiler/src/types.c
tests/bugs/array_lengths.onyx [new file with mode: 0644]