1Text::Xslate::Parser(3)User Contributed Perl DocumentatioTnext::Xslate::Parser(3)
2
3
4
6 Text::Xslate::Parser - The base class of template parsers
7
9 This is a parser to build the abstract syntax tree from templates.
10
11 The basis of the parser is Top Down Operator Precedence.
12
14 <http://javascript.crockford.com/tdop/tdop.html> - Top Down Operator
15 Precedence (Douglas Crockford)
16
17 Text::Xslate
18
19 Text::Xslate::Compiler
20
21 Text::Xslate::Symbol
22
23
24
25perl v5.34.0 2021-07-23 Text::Xslate::Parser(3)