Give object structs their own file separate from the parsers.

This commit is contained in:
Tom Alexander
2023-04-21 16:07:38 -04:00
parent bcf5f5a9c8
commit 54b02f4e74
6 changed files with 39 additions and 39 deletions

View File

@@ -11,6 +11,7 @@ mod greater_element;
mod lesser_element;
mod list;
mod object;
mod object_parser;
mod paragraph;
mod parser_context;
mod parser_with_context;