Move the structs into the token module.

This commit is contained in:
Tom Alexander
2022-12-18 03:24:35 -05:00
parent 8211e1043f
commit 2def475337
6 changed files with 70 additions and 69 deletions

View File

@@ -6,8 +6,8 @@ use super::parser_context::ExitMatcherNode;
use super::text::blank_line;
use super::text::line_break;
use super::text::text_element;
use super::text::Paragraph;
use super::text::TextElement;
use super::token::Paragraph;
use super::token::TextElement;
use super::token::Token;
use super::Context;
use nom::branch::alt;