1 2 3 4 5 6
#![feature(never_type)] #![feature(doc_cfg)] #![forbid(unsafe_code)] pub mod frontend; pub mod interpreter;