Define greater and lesser elements.

This commit is contained in:
Tom Alexander
2023-03-23 17:26:07 -04:00
parent 66befc66a9
commit 35d60c10ba
5 changed files with 22 additions and 0 deletions

View File

@@ -1,7 +1,10 @@
mod bold;
mod combinator;
mod document;
mod element;
mod error;
mod greater_element;
mod lesser_element;
mod link;
mod list;
mod object;