c-compiler/src
2026-04-28 01:45:29 +03:00
..
ast.cpp Codegen for-loops 2026-04-28 01:45:29 +03:00
ast.h Move ; parsing upper down the line 2026-04-28 01:34:52 +03:00
binops.cpp Add unary plus 2026-04-28 01:05:02 +03:00
binops.h Add unary plus 2026-04-28 01:05:02 +03:00
builder.h Add Struct and StructRef-types 2026-04-15 18:21:22 +03:00
casting.cpp Add const-ability to types 2026-04-16 19:43:36 +03:00
casting.h Add compilation of casts 2026-04-13 21:08:57 +03:00
codegen.cpp Codegen for-loops 2026-04-28 01:45:29 +03:00
codegen.h Start adding unary operators 2026-04-28 00:09:50 +03:00
errors.h Separate errors to own header-file 2026-04-13 00:24:18 +03:00
main.cpp Start adding unary operators 2026-04-28 00:09:50 +03:00
parsing.cpp Move ; parsing upper down the line 2026-04-28 01:34:52 +03:00
parsing.h Add parsing::Scope 2026-04-15 17:45:14 +03:00
result.h Improve memory management for Result 2026-04-11 17:55:49 +03:00
stack_allocator.cpp Make for-loop parts optional 2026-04-28 01:19:11 +03:00
stack_allocator.h Add static allocator 2026-04-27 23:04:12 +03:00
tokens.cpp Move ; parsing upper down the line 2026-04-28 01:34:52 +03:00
tokens.h Move ; parsing upper down the line 2026-04-28 01:34:52 +03:00
typechecker.cpp Make for-loop parts optional 2026-04-28 01:19:11 +03:00
typechecker.h Start adding unary operators 2026-04-28 00:09:50 +03:00
types.cpp Remove const array formatting 2026-04-16 20:01:30 +03:00
types.h Add const-ability to types 2026-04-16 19:43:36 +03:00