organic/src/parser
2023-04-21 18:11:26 -04:00
..
comment.rs Format the code. 2023-04-21 14:35:34 -04:00
document.rs Move the impl of Source to the same file as the definition of the struct. 2023-04-21 16:16:14 -04:00
drawer.rs Separate out the element parsers. 2023-04-21 16:10:56 -04:00
dynamic_block.rs Separate out the element parsers. 2023-04-21 16:10:56 -04:00
element_parser.rs Defining new structs for each type of lesser block. 2023-04-21 17:55:10 -04:00
element.rs Defining new structs for each type of lesser block. 2023-04-21 17:55:10 -04:00
error.rs Cleanup. 2023-04-03 15:15:16 -04:00
exiting.rs Remove ChainBehavior. 2023-04-18 20:44:58 -04:00
footnote_definition.rs Separate out the element parsers. 2023-04-21 16:10:56 -04:00
greater_block.rs A first stab at lesser blocks. 2023-04-21 16:58:38 -04:00
greater_element.rs Move the impl of Source to the same file as the definition of the struct. 2023-04-21 16:16:14 -04:00
lesser_block.rs Add tests for broken export blocks. 2023-04-21 18:11:26 -04:00
lesser_element.rs Defining new structs for each type of lesser block. 2023-04-21 17:55:10 -04:00
list.rs Only use a local context when checking exit matchers. 2023-04-10 10:49:28 -04:00
mod.rs Defining new structs for each type of lesser block. 2023-04-21 17:55:10 -04:00
object_parser.rs Give object structs their own file separate from the parsers. 2023-04-21 16:07:38 -04:00
object.rs Give object structs their own file separate from the parsers. 2023-04-21 16:07:38 -04:00
paragraph.rs Separate out the element parsers. 2023-04-21 16:10:56 -04:00
parser_context.rs Format the code. 2023-04-21 14:35:34 -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 Separate out the element parsers. 2023-04-21 16:10:56 -04:00
plain_text.rs Identified the problem. 2023-03-27 18:08:17 -04:00
property_drawer.rs Numerous fixes to property drawers. 2023-04-19 19:03:51 -04:00
source.rs Introduce the document structure. 2023-03-23 17:52:16 -04:00
table.rs Give object structs their own file separate from the parsers. 2023-04-21 16:07:38 -04:00
util.rs Do not consume trailing whitespace if the parent exit matcher is matching. 2023-04-10 13:13:11 -04:00