Abdulkader-Safi / firnas

An Arabic programming language

Home Page:https://firnas-lang.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An Arabic programming language

https://firnas-lang.dev

License:Apache License 2.0


Languages

Language:Rust 100.0%Language:Makefile 0.0%