Skip to content

utshowmh/func

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Func

Func (this name ain't final) is a interpreted toy programing language of mine.


MSRV (Minimum Supported Rust Version)

The MSRV is 1.59.0

Grammer

The Grammer for func is defined here.


Extension

You can find extentions for func here.


Building Func

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'.

Releases

No releases published

Packages

No packages published

Languages