View Source API Reference template_compiler v3.5.0
Modules
Filter used in testing the template compiler. Also an example on how to write filters.
Filter used in testing the template compiler. Sets a process dict value to trace execution or expressions.
Main template compiler entry points.
Administrate all compiled templates and compilers in flight.
Template compiler application.
Compile main block elements to erl_syntax trees.
Compile expressions to erl_syntax trees.
Generate syntax highlighted HTML from template source. The highlighter scans the template, derives source-position annotations from the tokens, adds debug-point annotations, and then merges those annotations back into the original template text to emit spans, checkboxes, and line numbers without reconstructing the source.
Build the template module from the parts.
Operators for expression evaluation in templates
Simple runtime for the compiled templates. Needs to be copied and adapted for different environments.
Callback routines for compiled templates.
Template language scanner
Supervisor for the template compiler and administration.
Misc support routines.