Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
Type represents Token Type
const ( ILLEGAL Type = "-1" EOF Type = "0" IDENT Type = "ident" STRING Type = "string" NUM Type = "num" SQUOTE Type = "'" DQUOTE Type = "\"" ASTERISK Type = "*" DOT Type = "." COMMA Type = "," COLON Type = ":" DCOLON Type = "::" LPAREN Type = "(" RPAREN Type = ")" LBRACKET Type = "[" RBRACKET Type = "]" VBAR Type = "|" PLUS Type = "+" MINUS Type = "-" GT Type = ">" EQ Type = "=" TILDE Type = "~" S Type = "w" INCLUDES Type = "~=" DASHMATCH Type = "|=" PREFIXMATCH Type = "^=" SUFFIXMATCH Type = "$=" SUBSTRINGMATCH Type = "*=" ATKEYWORD Type = "@{ident}" HASH Type = "#{name}" FUNCTION Type = "{ident}(" )
Token Types
Click to show internal directories.
Click to hide internal directories.