Skip to content

Systems programming language for Tachyon computer

License

Notifications You must be signed in to change notification settings

tachyon-computer/zeta

Repository files navigation

Zeta

Systems programming language for Tachyon computer

GitHub Actions   codecov   FOSSA Status   Quality Gate Status

Maintainability Rating   Reliability Rating   Technical Debt
Bugs   Code Smells   Lines of Code

How to build

mkdir build && cd build
cmake -S .. -B . -G Ninja
ninja

CMake options can be configured with ccmake

How to run

Compiler can be run from the build/bin directory, but a more convinient way is to install it by

ninja install

By default that will install the compiler to the /usr/local directory.

License

Tachyon repository template is licensed under a 3-clause BSD license.