wraith-lang/src
cosmonaut 876e8deb6e codegen fixes 2021-05-16 00:23:52 -07:00
..
ast.c Refactors identcheck for new AST. Fixes newline bugs in PrintNode. 2021-05-15 19:00:46 -07:00
ast.h refactor AST to use nameless union instead of child array 2021-05-15 15:34:15 -07:00
codegen.c codegen fixes 2021-05-16 00:23:52 -07:00
codegen.h rename compiler to codegen + handle file not found 2021-04-28 16:10:17 -07:00
identcheck.c Refactors identcheck for new AST. Fixes newline bugs in PrintNode. 2021-05-15 19:00:46 -07:00
identcheck.h some minor style revisions 2021-05-14 11:53:09 -07:00
main.c refactor AST to use nameless union instead of child array 2021-05-15 15:34:15 -07:00
parser.c refactor AST to use nameless union instead of child array 2021-05-15 15:34:15 -07:00
parser.h restructure build process 2021-04-28 16:01:48 -07:00
util.c Moves strdup function to utility file 2021-05-06 17:15:17 -07:00
util.h Implements identifier trees for for-loops and conditional branching 2021-05-06 20:00:08 -07:00