c-compiler/src
2026-04-13 18:26:47 +03:00
..
ast.cpp Parse varargs 2026-04-11 22:18:02 +03:00
ast.h Add binops.h and binops.cpp 2026-04-13 18:00:47 +03:00
binops.cpp Add binops 2026-04-13 18:11:54 +03:00
binops.h Add binops 2026-04-13 18:11:54 +03:00
builder.h Move types to it's own file 2026-04-09 18:38:22 +03:00
codegen.cpp Use binops for codegen as well 2026-04-13 18:24:07 +03:00
codegen.h Use binops for codegen as well 2026-04-13 18:24:07 +03:00
errors.h Separate errors to own header-file 2026-04-13 00:24:18 +03:00
main.cpp Use binops for codegen as well 2026-04-13 18:24:07 +03:00
parsing.cpp Make types in the AST be shared_ptr 2026-04-13 00:40:05 +03:00
parsing.h Use unique_ptrs everywhere again 2026-04-02 01:41:39 +03:00
result.h Improve memory management for Result 2026-04-11 17:55:49 +03:00
tokens.cpp Tokenize whitespace as well, skip it in next 2026-04-12 00:49:59 +03:00
tokens.h Add literal strings 2026-04-11 22:03:38 +03:00
typechecker.cpp Add rest of typechecking 2026-04-13 18:26:47 +03:00
typechecker.h Check binops 2026-04-13 18:17:33 +03:00
types.cpp Add binops.h and binops.cpp 2026-04-13 18:00:47 +03:00
types.h Add binops.h and binops.cpp 2026-04-13 18:00:47 +03:00