View Source template_compiler_scanner (template_compiler v2.13.0)
Link to this section Summary
Functions
Scan the template string T and return the a token list or an error.
Link to this section Types
-type template() :: string() | binary().
-type tokens() :: [tuple()].