pfederc is a Feder compiler.
Clone to your drive and build project:
git clone https://github.com/federlang/pfederc
cd pfederc
mkdir build
cd build
cmake -G Ninja ..
ninja -j$(nproc)
Testing (user is in build directory):
cd test
ctest -j $(nproc)
pfederc depends on:
- C++ compiler (build)
- cmake (build)
- valgrind (optional, testing)
- llvm