Simple C-compiler (or C-like) written using C++20
Go to file
2026-04-02 15:36:48 +03:00
.vscode Start adding AST and Result 2026-04-02 00:31:19 +03:00
src Parse function somewhat correctly 2026-04-02 15:36:48 +03:00
.gitignore Implement a simple Hello World with LLVM 2026-04-01 20:46:38 +03:00
CMakeLists.txt Start adding AST and Result 2026-04-02 00:31:19 +03:00
test.c Add simple tokenization 2026-04-01 21:59:07 +03:00