Generic Diet format parser.
Performs generic parsing of a Diet template file. The resulting AST is agnostic to the output format context in which it is used. Format specific constructs, such as inline code or special tags, are parsed as-is without any preprocessing.
The supported features of the are:
Dummy translation function that returns the input unmodified.
Parses a Diet template document and outputs the resulting DOM tree.
Parses a single Diet template file, without resolving includes and extensions.
See Source File
Generic Diet format parser.
Performs generic parsing of a Diet template file. The resulting AST is agnostic to the output format context in which it is used. Format specific constructs, such as inline code or special tags, are parsed as-is without any preprocessing.
The supported features of the are: