Structs§
- A parser that wraps any other parser to collapse token strings that match the pattern
word_word
orword-word
. - A parser that wraps another, using heuristics to quickly redact paragraphs of a document that aren’t intended to be English text.
- A parser that wraps the
PlainEnglish
parser that allows one to parse CommonMark files. - Composes a Masker and a Parser to parse only masked chunks of text.
- A parser that will attempt to lex as many tokens a possible, without discrimination and until the end of input.