Skip to content

An Arabic programming language

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENCE-APACHE
MIT
LICENCE-MIT
Notifications You must be signed in to change notification settings

firnas-lang/firnas

Repository files navigation

The Firnas Programming Language

This is the main source code for Firnas. It contains the compiler and the standard library.

Running Firnas

Playground

You can use Firnas in your browser using WebAssembly. Firnas Playground

Locally

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>

License

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.