dotrain 6.0.1-alpha.24

.rain to rainlang composer
Documentation
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;