fml 0.1.0

Friendly Markup Language
1
2
3
4
5
6
7
8
9
#[macro_use]
pub mod macros;
#[cfg(test)]
mod tests;

pub mod functions;
pub use functions::parser;

pub const FML_TOKENS: &str = r"\*_~[]()`-#<>{}^|!$";