1
2
3
4
5
6
7
8
#[macro_use]
extern crate graviton_ast as ast;
extern crate graviton_core as core;

pub mod native;

#[deprecated(since = "0.5.0", note = "Please use native backend")]
pub mod vm;