This project contains unfixed bugs.
SiFang (四方) compiler from UESTC.
Developers: ArArgon, uestc pb, TrancedYou, henry-bugfree.
Laguage: C++17
Dependencies: CMake, Clang (or any compiler supporting C++17), Bison, Flex
cmake ./CMakeLists.txt
or
make
Standard mode:
./compiler -S <source> -o <targetASM>
Optimized (performance) mode:
./compiler -S <source> -o <targetASM> -O2
If you would like to see debug info, append -debug
.