r4d 3.2.0-beta.1

Text oriented macro processor
1
2
3
4
5
6
7
//! Parser module for multiple text formats

mod arg_parser;
mod define_parser;

pub use arg_parser::{ArgParser, SplitVariant};
pub use define_parser::DefineParser;