1 2 3 4 5 6 7 8 9 10 11
#[macro_use] pub mod macros; #[cfg(test)] mod tests; pub mod functions; pub use functions::parser; pub use chumsky::prelude as chumsky; pub const FML_TOKENS: &str = r"\*_~[]()`-#<>{}^|!$";