Crates.io | avid |
lib.rs | avid |
version | 0.6.1 |
source | src |
created_at | 2022-11-13 00:27:34.196501 |
updated_at | 2022-11-13 00:27:34.196501 |
description | A plug-and-play scripting language |
homepage | https://www.gitlab.com/daisyflare/avid |
repository | https://www.gitlab.com/daisyflare/avid |
max_upload_size | |
id | 713887 |
size | 114,932 |
A configuration language for programs with a Forth-like syntax, intended to be as plug-and-play as possible.
I am working on fixing this as soon as possible, but it should be known!
To see the Avid documentation, check out the syntax and the standard library!
To add it as a configuration language to your program, add it to your dependencies in your Cargo.toml, like so:
[dependencies]
avid = {version = "*", git = "https://www.gitlab.com/daisyflare/avid"}
If you want to just use the language itself, you can do that like so:
$ git clone "https://www.gitlab.com/daisyflare/avid"
$ cd avid
$ cargo build --release && cp target/release/avid .
$ ./avid