[][src]Module lark_parser::syntax::list

Structs

CommaList
SeparatedList

Parses a "list" of things. In general, lists in Lark can be separated either by some given sigil (the S) or by a newline (or both). Expects to be called immediately after the "opening sigil" of the list (typically a ( or {). Invokes parse_element_fn to parse each element of the list.