[][src]Module docugen::parser

Functions

document_template

A DocumentTemplate consists of a list of Partials.

partial

A Partial is either a StringLiteral or a Tag.

string_literal

A StringLiteral parser combinator is responsible for parsing the following fragment:

tag

The tag parser combinator is responsible for parsing a Tag(identifier) which is delimited between {{ tag_id }}.