glt 0.1.0

Glint compiler library
Documentation
1
2
3
4
5
6
7
8
pub mod ast;
pub mod compiler;
pub mod opcodes;
pub mod parser;

pub use ast::{Directive, ModuleSoA, NodeId, Value};
pub use compiler::Compiler;
pub use parser::Parser;