Skip to content

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.

About

Systems programming language for Tachyon computer

Topics

Resources

License

Stars

Watchers

Forks