shard-lang / shard

Core library for shard language. Includes all the necessary components like tokenizer or interpreter.
GNU Affero General Public License v3.0
1 stars 0 forks source link

The Shard language library

This is the main library of the Shard language.

Contributors

license

Build Status

Issues ClosedIssues

Building from source

Requirements

Build

$ mkdir build && cd build $ cmake .. $ cmake --build .

CMake options