avid

Crates.ioavid
lib.rsavid
version0.6.1
sourcesrc
created_at2022-11-13 00:27:34.196501
updated_at2022-11-13 00:27:34.196501
descriptionA plug-and-play scripting language
homepagehttps://www.gitlab.com/daisyflare/avid
repositoryhttps://www.gitlab.com/daisyflare/avid
max_upload_size
id713887
size114,932
FeistyKit (FeistyKit)

documentation

README

Avid

A configuration language for programs with a Forth-like syntax, intended to be as plug-and-play as possible.

NOTE: The language is currently in a beta state

I am working on fixing this as soon as possible, but it should be known!

Documentation

To see the Avid documentation, check out the syntax and the standard library!

Quick Start

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
Commit count: 0

cargo fmt