fml 0.3.3

Friendly Markup Language
Documentation
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"\*_~[]()`-#<>{}^|!$";