c-compiler/src
2026-04-16 19:46:47 +03:00
..
ast.cpp Add FieldAccessExpression 2026-04-15 20:01:20 +03:00
ast.h Add const-ability to types 2026-04-16 19:43:36 +03:00
binops.cpp Add const-ability to types 2026-04-16 19:43:36 +03:00
binops.h Improve binop result calculation 2026-04-13 23:50:07 +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 Add const-ability to types 2026-04-16 19:43:36 +03:00
codegen.h Add Struct and StructRef-types 2026-04-15 18:21:22 +03:00
errors.h Separate errors to own header-file 2026-04-13 00:24:18 +03:00
main.cpp Allow forward-declaration of structs 2026-04-16 01:39:07 +03:00
parsing.cpp Format const in type 2026-04-16 19:46:47 +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
tokens.cpp Allow underscores in idents 2026-04-14 14:19:08 +03:00
tokens.h Add literal strings 2026-04-11 22:03:38 +03:00
typechecker.cpp Add const-ability to types 2026-04-16 19:43:36 +03:00
typechecker.h Add l-value checking in typechecker 2026-04-16 19:08:34 +03:00
types.cpp Format const in type 2026-04-16 19:46:47 +03:00
types.h Add const-ability to types 2026-04-16 19:43:36 +03:00