Simple C-compiler (or C-like) written using C++20
Go to file
2026-04-09 15:18:36 +03:00
.vscode Start adding AST and Result 2026-04-02 00:31:19 +03:00
src Add InitializationStatement AST 2026-04-09 15:18:36 +03:00
.gitignore Implement a simple Hello World with LLVM 2026-04-01 20:46:38 +03:00
CMakeLists.txt Compile test.c using LLVM 2026-04-02 17:20:07 +03:00
test.c Add a bit better error raporting to failed parse 2026-04-09 15:09:47 +03:00