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

Structs

Load and store bytecode to file
An interactive console for Diatom
The parser for Diatom.
A virtual machine to run diatom bytecode

Constants

The version of this build
Version of this virtual machine