EnumerationsTokenKindOn this pageTokenKind An exported enum describing the different kinds of tokens that the lexer emits.Index Enumeration membersAMPATBANGBLOCK_STRINGBRACE_LBRACE_RBRACKET_LBRACKET_RCOLONCOMMENTDOLLAREOFEQUALSFLOATINTNAMEPAREN_LPAREN_RPIPESOFSPREADSTRINGEnumeration members AMPAMP: = "&"ATAT: = "@"BANGBANG: = "!"BLOCK_STRINGBLOCK_STRING: = "BlockString"BRACE_LBRACE_L: = "{"BRACE_RBRACE_R: = "}"BRACKET_LBRACKET_L: = "["BRACKET_RBRACKET_R: = "]"COLONCOLON: = ":"COMMENTCOMMENT: = "Comment"DOLLARDOLLAR: = "$"EOFEOF: = "<EOF>"EQUALSEQUALS: = "="FLOATFLOAT: = "Float"INTINT: = "Int"NAMENAME: = "Name"PAREN_LPAREN_L: = "("PAREN_RPAREN_R: = ")"PIPEPIPE: = "|"SOFSOF: = "<SOF>"SPREADSPREAD: = "..."STRINGSTRING: = "String"
An exported enum describing the different kinds of tokens that the lexer emits.