Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TokenType ¶
type TokenType = string
const ( Underscore TokenType = "_" Asterisk TokenType = "*" PoundSign TokenType = "#" Backtick TokenType = "`" LeftSquareBracket TokenType = "[" RightSquareBracket TokenType = "]" LeftParenthesis TokenType = "(" RightParenthesis TokenType = ")" ExclamationMark TokenType = "!" Tilde TokenType = "~" Hyphen TokenType = "-" PlusSign TokenType = "+" Dot TokenType = "." LessThan TokenType = "<" GreaterThan TokenType = ">" DollarSign TokenType = "$" EqualSign TokenType = "=" Pipe TokenType = "|" Colon TokenType = ":" Backslash TokenType = "\\" Newline TokenType = "\n" Space TokenType = " " )
Click to show internal directories.
Click to hide internal directories.