wraith-lang/src
venko a65fea070a Removes extraneous semicolon 2021-05-30 13:20:17 -07:00
..
ast.c Removes extraneous semicolon 2021-05-30 13:20:17 -07:00
ast.h Applies clang-format 2021-05-30 13:07:12 -07:00
codegen.c progress on generics 2021-05-21 19:52:13 -07:00
codegen.h rename compiler to codegen + handle file not found 2021-04-28 16:10:17 -07:00
identcheck.c Reimplements identifier lookup to work over the AST 2021-05-27 16:17:25 -07:00
identcheck.h progress on generics 2021-05-21 19:52:13 -07:00
main.c Lots of bug fixes for id lookup 2021-05-29 18:27:30 -07:00
parser.c clang-format config 2021-05-16 00:42:37 -07:00
parser.h restructure build process 2021-04-28 16:01:48 -07:00
typeutils.c Fixes typo and removes unused variable. 2021-05-27 11:53:01 -07:00
typeutils.h Imlements custom to generic type conversion 2021-05-24 19:20:23 -07:00
util.c progress on generics 2021-05-21 19:52:13 -07:00
util.h generic function lookup 2021-05-20 13:18:57 -07:00