Documentation ¶
Index ¶
Constants ¶
View Source
const ( Unknown byte = iota Asterisk // * Chars Digit // 1 2 3 4 5 6 7 8 9 0 Dash // - Plus // + Dot // . Letter // a-f,A-F category L in unicode Space // Category S in unicode Newline // \r \r\n \n ForwardSlash // / Underscore // _ Comma // , Colon // : Comment // \* Ccomment // */ Lncomment // // Pren // ( Dpren // (( Cpren // ) Cdpren // )) Brace // { Dbrace // {{ Cbrace // } Cdbrace // }} Bracket // [ Dbracket // [[ Cbracket // ] Cdbracket // ]] )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.