Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kind ¶
type Kind uint8
Kind token类型
const ( ILLEGAL Kind = iota EOF IDENT INTEGER FLOAT CHAR STRING COMMENT ASS AND AND_WITH_MUT OR XOR NOT SHL SHR ANDASS ORASS XORASS SHLASS SHRASS ADD SUB MUL DIV REM ADDASS SUBASS MULASS DIVASS REMASS EQ NE LT GT LE GE LAND LOR LANDASS LORASS LPA RPA LBA RBA LBR RBR SEM COM DOT COL SCOPE AT QUE ARROW FUNC RETURN AS STRUCT LET IF ELSE MUT WHILE BREAK CONTINUE FOR IN IMPORT IS PUBLIC TYPE OTHER MATCH TRAIT ENUM CASE )
Click to show internal directories.
Click to hide internal directories.