Simple C-compiler (or C-like) written using C++20
Go to file
2026-04-02 16:17:01 +03:00
.vscode Start adding AST and Result 2026-04-02 00:31:19 +03:00
src Format types as well 2026-04-02 16:17:01 +03:00
.gitignore Implement a simple Hello World with LLVM 2026-04-01 20:46:38 +03:00
CMakeLists.txt Fix passing around results 2026-04-02 16:09:42 +03:00
test.c Add simple tokenization 2026-04-01 21:59:07 +03:00