Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
const ( EOF Type = "eof" Error Type = "error" LessThan Type = "<" // < GreaterThan Type = ">" // > Slash Type = "/" // / LessThanSlash Type = "</" // </ SlashGreaterThan Type = "/>" // /> BackSlash Type = "\\" // \ Identifier Type = "identifier" // Any identifier Equal Type = "=" // = Text Type = "text" // Raw text Expr Type = "expr" // { ... } OpenCurly Type = "{" // { CloseCurly Type = "}" // } String Type = "string" // "..." or '...' Space Type = "space" // Any whitespace Comment Type = "comment" // <!-- ... --> )
Click to show internal directories.
Click to hide internal directories.