# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ParseTask tells the parser how to parse, *Expr must have no capture groups (meaning keep the whole match) or exactly one capture group (meaning keep only this); you'll probably want the single-capture-group option for repeating fields (e.g.
TokenizeTask tells the parser how to tokenize.