SeraphScript/src/lib.rs

6 lines
106 B
Rust

#![feature(concat_idents)]
#![feature(exclusive_range_pattern)]
pub(crate) mod defines;
pub mod parsing;