yameru v0.1.0 Yameru.Parser.Items

Abstract items parser

Link to this section Summary

Functions

Parses at least 1 repetition of items

Link to this section Functions

Parses at least 1 repetition of items.

An item is combination of some and tuple. Value the parser return is {some, tuple}. some is which given parser returned, tuple is Yameru.Parser.Literal.tuple/1 parsing.

Before each item, it is expected that there are indents, and no extra spaces.