enum Marten::Template::Parser::TokenType

Overview

Holds all the types of tokens supported by the template language.

Defined in:

marten/template/parser/token_type.cr

Enum Members

COMMENT = 0
TAG = 1
TEXT = 2
VARIABLE = 3

Instance Method Summary

Instance Method Detail

def comment? #

[View source]
def tag? #

[View source]
def text? #

[View source]
def variable? #

[View source]