Func (this name ain't final) is a interpreted toy programing language of mine.
The MSRV is 1.59.0
The Grammer for func is defined here.
You can find extentions for func here.
In order to build this project, you need to have git and rust installed on your system. Then you'll be able to clone this repo. After cloning, you'll have to cd to 'func' and build it with cargo. If you want some strait forward commands, you can run these:
sudo apt install git -y
sudo apt install rust -y
git clone https://github.com/utshowmh/func.git
cd func
cargo build --release
After building the project, you'll find a binary named 'func' in './target/release'.