added optional expected return type for match groups
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Dec 2022 17:22:29 +0000 (11:22 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Dec 2022 17:22:29 +0000 (11:22 -0600)
commit30aa31591cf49db8885b56ed6801fcc4a5eb8018
tree9cc9d8e6be21561cc9c7b93bc488da026edbd23b
parentfb5024d095c17deae5b56bce43e50b89386432ac
added optional expected return type for match groups
13 files changed:
compiler/include/astnodes.h
compiler/include/errors.h
compiler/src/astnodes.c
compiler/src/checker.c
compiler/src/entities.c
compiler/src/errors.c
compiler/src/parser.c
compiler/src/symres.c
compiler/src/utils.c
core/alloc/heap.onyx
core/hash/hash.onyx
core/string/string.onyx
docs/todo