Closed Simon-Laux closed 5 months ago
Can you think of some way to combine parse_element in markdown_elements.rs and parse_markdown_label_element in label_elements.rs?
yes there are ways, but all that I can think of would likely reduce performance (function returning a parser) or increase complexity (macros).
Can you think of some way to combine parse_element in markdown_elements.rs and parse_markdown_label_element in label_elements.rs?
yes there are ways, but all that I can think of would likely reduce performance (function returning a parser) or increase complexity (macros).
Function returning a parser could get inlined.
closes #59