View Source template_compiler_scanner (template_compiler v2.8.1)

Template language scanner

Link to this section Summary

Types

Template to parse

Functions

Scan the template string T and return the a token list or an error.

Link to this section Types

-type 
Template to parse
-type 

Link to this section Functions

Scan the template string T and return the a token list or an error.
Link to this function

scan(SourceRef, Template)

View Source