A small C11 compiler
- Linux
- gcc 11.1
- gcc/clang(Request to support C++17)
- LLVM 12
- fmt
- magic_enum
- Boost
- libreadline-dev(for test)
cmake -S . -B build
cmake --build build --config Release -j"$(nproc)"
sudo cmake --build build --config Release --target install
sudo cmake --build build --config Release --target uninstall
Same as gcc/clang, but only a few common command line arguments are implemented
kcc test.c -O3 -o test
-
Library
-
Standard document
-
Project