Simple C-compiler (or C-like) written using C++20
Go to file
2026-04-11 22:07:48 +03:00
.vscode Add metadata to tokens 2026-04-10 23:40:59 +03:00
src Fix tokenization of long words 2026-04-11 22:06:15 +03:00
.gitignore Link everything in main.cpp 2026-04-11 19:14:13 +03:00
CMakeLists.txt Fix all warnings 2026-04-10 21:45:05 +03:00
test.c Modify printf to take a number additionally 2026-04-11 22:07:48 +03:00