Refactored the AST node structure
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 3 Jul 2020 04:30:39 +0000 (23:30 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 3 Jul 2020 04:30:39 +0000 (23:30 -0500)
commit98519319f1a692db706694964df35902884a7a93
treec589001e9a3eebc493aa1f246b4e17a3a2cb9b4b
parent43894180e763ac46c3cc013dbc3474ba6cd4aed4
Refactored the AST node structure
This involved rewriting a lot of the code that was there
13 files changed:
include/onyxlex.h
include/onyxparser.h
include/onyxsempass.h
include/onyxutils.h
onyx
src/onyx.c
src/onyxlex.c
src/onyxparser.c
src/onyxsempass.c
src/onyxsymres.c
src/onyxtypecheck.c
src/onyxutils.c
src/onyxwasm.c