nested struct names now have enclosing scopes in name
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 8 Oct 2021 17:25:40 +0000 (12:25 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 8 Oct 2021 17:25:40 +0000 (12:25 -0500)
commit77cd53707f70cfa39c7cd28698bf2cd539595f65
tree364e7fad07b83385f7c6b439c1b8ee41d642dffe
parent93f9d2281b34889e7c184d7233491050ac0551d6
nested struct names now have enclosing scopes in name
bin/onyx
include/astnodes.h
include/parser.h
src/astnodes.c
src/entities.c
src/parser.c
src/utils.c