organic/src/parser
2023-04-03 17:33:01 -04:00
..
document.rs Cleanup. 2023-04-03 15:15:16 -04:00
element.rs Move trailing whitespace parsing to a separate element. 2023-03-31 11:16:37 -04:00
error.rs Cleanup. 2023-04-03 15:15:16 -04:00
greater_element.rs Standardize on the children name instead of contents. 2023-04-03 17:33:01 -04:00
lesser_element.rs Implement a basic paragraph parser. 2023-03-25 11:22:59 -04:00
list.rs Cleanup. 2022-12-18 03:04:31 -05:00
mod.rs Cleanup. 2023-04-03 15:15:16 -04:00
object.rs Cleanup. 2023-04-03 15:15:16 -04:00
paragraph.rs Minor cleanup. 2023-04-03 17:25:30 -04:00
parser_context.rs Cleanup. 2023-04-03 15:15:16 -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 Standardize on the children name instead of contents. 2023-04-03 17:33:01 -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 Move trailing whitespace parsing to a separate element. 2023-03-31 11:16:37 -04:00