Silicium Compiler (SiC) is a personal compiler project.
Sic is written in C++, you will need :
- CMake 3.10
- Flex
- Bison
- LLVM
Tip
On MacOS you may need to brew link llvm --force
ans brew link bison --force
cmake -S src -B build
make -C build
./build/sic <file>
Once you have built the project, you can run the tests with :
make -C build test