Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
/ pfederc Public archive

Compiler for the Feder programming language

License

Notifications You must be signed in to change notification settings

federlang/pfederc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pfederc

pfederc is a Feder compiler.

Build

Linux

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)

Dependencies

pfederc depends on:

  • C++ compiler (build)
  • cmake (build)
  • valgrind (optional, testing)
  • llvm

About

Compiler for the Feder programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published