1 2 3 4 5 6 7
//! All data types of RainDocument/RainlangDocument parse tree and RegExp patterns used in parsing process pub mod ast; pub mod patterns; #[cfg(feature = "js-api")] mod impls;