Crate diatom

Crate diatom 

Source
Expand description

This crate implements an interpreter for Diatom.

§The Diatom programming language

Diatom is a fast, elegant and secure language for writing dynamic script that will be embedded in an application.

For the syntax specification see The Book(WIP).

§How to use this interpreter

See examples in Interpreter.

Structs§

Interpreter
The Diatom Interpreter
State
State of the virtual machine

Enums§

DiatomValue
Diatom’s unboxed value type

Constants§

VERSION
The version of this build

Traits§

IoWrite
A trait for objects which are byte-oriented sinks.