This is the main source code for Firnas. It contains the compiler and the standard library.
You can use Firnas in your browser using WebAssembly. Firnas Playground
We currently haven't made any pre-built binaries yet.
To install locally first you need:
Now you can either install a specific version from our GitHub releases, or install from master:
cargo install --locked --no-default-features --features ar --git https://github.com/firnas-lang/firnas.git firnasc
firnasc compile <path/to/file>
Firnas is is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.