1
2
3
4
5
6
7
8
extern crate oxygengine_core as core;

pub mod ast;
pub mod vm;

use core::id::ID;

pub type GUID = ID<()>;