Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindUnescaped ¶ added in v0.19.0
Types ¶
type Token ¶
func GetFirstLine ¶ added in v0.19.0
type TokenType ¶
type TokenType = string
const ( Underscore TokenType = "_" Asterisk TokenType = "*" PoundSign TokenType = "#" Backtick TokenType = "`" LeftSquareBracket TokenType = "[" RightSquareBracket TokenType = "]" LeftParenthesis TokenType = "(" RightParenthesis TokenType = ")" ExclamationMark TokenType = "!" QuestionMark TokenType = "?" Tilde TokenType = "~" Hyphen TokenType = "-" PlusSign TokenType = "+" Dot TokenType = "." LessThan TokenType = "<" GreaterThan TokenType = ">" DollarSign TokenType = "$" EqualSign TokenType = "=" Pipe TokenType = "|" Colon TokenType = ":" Caret TokenType = "^" Backslash TokenType = "\\" NewLine TokenType = "\n" Space TokenType = " " )
Special character tokens.
Click to show internal directories.
Click to hide internal directories.