organic/src/parser
Tom Alexander 9c832053d4
Remove parent exit matcher check from section.
This was poorly thought out and causing exit due to the no exit error.
2023-04-10 12:08:03 -04:00
..
document.rs Remove parent exit matcher check from section. 2023-04-10 12:08:03 -04:00
element.rs Footnote definitions are parsing on their own. 2023-04-10 11:50:43 -04:00
error.rs Cleanup. 2023-04-03 15:15:16 -04:00
footnote_definition.rs Fix footnote definition end matcher to use trailing whitespace. 2023-04-10 12:03:01 -04:00
greater_block.rs Footnote definitions are parsing on their own. 2023-04-10 11:50:43 -04:00
greater_element.rs Add initial implementation of footnote definition. 2023-04-07 17:14:44 -04:00
lesser_element.rs Implement a basic paragraph parser. 2023-03-25 11:22:59 -04:00
list.rs Only use a local context when checking exit matchers. 2023-04-10 10:49:28 -04:00
mod.rs Add initial implementation of footnote definition. 2023-04-07 17:14:44 -04:00
object.rs Cleanup. 2023-04-03 15:15:16 -04:00
paragraph.rs Footnote definitions are parsing on their own. 2023-04-10 11:50:43 -04:00
parser_context.rs Check for whitespace eof in exit matcher. 2023-04-10 10:50:42 -04:00
parser_with_context.rs Borrow the context instead of clone it for fewer reference count increments. 2022-12-11 00:39:35 -05:00
plain_list.rs Footnote definitions are parsing on their own. 2023-04-10 11:50:43 -04:00
plain_text.rs Identified the problem. 2023-03-27 18:08:17 -04:00
source.rs Introduce the document structure. 2023-03-23 17:52:16 -04:00
util.rs Footnote definitions are parsing on their own. 2023-04-10 11:50:43 -04:00