avid 0.6.1

A plug-and-play scripting language
Documentation
  • Coverage
  • 100%
    44 out of 44 items documented7 out of 7 items with examples
  • Size
  • Source code size: 114.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FeistyKit

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