organic/src/parser
2023-04-21 14:35:34 -04:00
..
comment.rs Format the code. 2023-04-21 14:35:34 -04:00
document.rs Add TODO about a bug. 2023-04-19 19:56:21 -04:00
drawer.rs Fix requiring no space between comment and property drawer for zeroth section. 2023-04-19 19:22:23 -04:00
dynamic_block.rs Parser for dynamic blocks. 2023-04-19 13:51:18 -04:00
element.rs First attempt at table parser. Table row not yet implemented. 2023-04-19 21:19:49 -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 Fix footnote definition end matcher detecting the next footnote definition. 2023-04-19 14:30:02 -04:00
greater_block.rs Support nesting greater blocks of different names. 2023-04-19 15:00:02 -04:00
greater_element.rs Match objects in cells. 2023-04-19 22:09:53 -04:00
lesser_element.rs Match objects in cells. 2023-04-19 22:09:53 -04:00
list.rs Only use a local context when checking exit matchers. 2023-04-10 10:49:28 -04:00
mod.rs Initial structure for tables. 2023-04-19 20:59:58 -04:00
object.rs Starting to implement table cell. 2023-04-19 21:57:08 -04:00
paragraph.rs Don't give paragraph a context since it just contains objects. 2023-04-18 22:18:21 -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 Do not allow elements to immediately nest inside themselves. 2023-04-18 22:10:44 -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 Format the code. 2023-04-21 14:35:34 -04:00
util.rs Do not consume trailing whitespace if the parent exit matcher is matching. 2023-04-10 13:13:11 -04:00