The paRSer templating language interprets templates into outputs such as text, binary files, or images. It works through a substitution mechanism that replaces template expressions with project data, creating complete and readable documents. For example, it can produce an HTML summary of project details or provide values used in command-line automation. With this approach, paRSer can be applied to build reports, extract information, create custom export formats, automate CLI workflows, or handle errors.
Syntax Overview
Explanation of the paRSer syntax using a simple example.
Function Sets
Find out more about function sets and what they consist of.