Simplified context_many1 based on the assumption that we will not use previous element context elements.

This commit is contained in:
Tom Alexander
2023-03-23 18:25:00 -04:00
parent ee60cf40dd
commit d3c804942f
2 changed files with 39 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
// mod bold;
// mod combinator;
mod combinator;
mod document;
mod element;
mod error;