Move the wrapped input into the parser.

This commit is contained in:
Tom Alexander
2023-08-22 22:33:50 -04:00
parent 65b87bd65d
commit cda49c628c
3 changed files with 27 additions and 22 deletions

View File

@@ -30,6 +30,7 @@ mod list;
mod object;
mod object_parser;
mod org_macro;
mod org_source;
mod paragraph;
mod parser_context;
mod parser_with_context;