A small C11 compiler
- Linux(I use Manjaro)
- gcc 9.2(For header files and link libraries)
- gcc/clang(Request to support C++17)
- fmt
- LLVM
- clang
- lld
- Qt
- Boost
mkdir build && cd build
cmake ..
make -j8
make install
make 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