package
0.1.9
Repository: https://github.com/initialed85/djangolang.git
Documentation: pkg.go.dev

# 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.