fml 0.2.0

Friendly Markup Language
Documentation
1
2
3
4
5
6
7
8
9
10
// TEMP during development
#![allow(dead_code)]
#![allow(unused_imports)]

pub mod ast;

#[cfg(feature = "parser")]
pub mod parser;
#[cfg(feature = "parser")]
pub use parser::parser;