Initial setup for the parser.
This commit is contained in:
7
src/parser/mod.rs
Normal file
7
src/parser/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod bold_parser;
|
||||
mod failable_sequence;
|
||||
mod nom_context;
|
||||
mod parser_with_context;
|
||||
mod text;
|
||||
mod text_element_parser;
|
||||
pub use text::paragraph;
|
||||
Reference in New Issue
Block a user