enum Marten::Template::Parser::TokenType
Overview
Holds all the types of tokens supported by the template language.
Defined in:
marten/template/parser/token_type.crEnum Members
-
COMMENT =
0
-
TAG =
1
-
TEXT =
2
-
VARIABLE =
3