Skip to content

달빛약속 / TOKEN_TYPE

Enumeration: TOKEN_TYPE

Enumeration Members

CLOSING_BRACKET

CLOSING_BRACKET: "CLOSING_BRACKET"

Defined in

core/prepare/tokenize/token.ts:14


CLOSING_PARENTHESIS

CLOSING_PARENTHESIS: "CLOSING_PARENTHESIS"

Defined in

core/prepare/tokenize/token.ts:12


COLON

COLON: "COLON"

Defined in

core/prepare/tokenize/token.ts:17


COMMA

COMMA: "COMMA"

Defined in

core/prepare/tokenize/token.ts:10


FFI_BODY

FFI_BODY: "FFI_BODY"

Defined in

core/prepare/tokenize/token.ts:15


IDENTIFIER

IDENTIFIER: "IDENTIFIER"

Defined in

core/prepare/tokenize/token.ts:9


INDENT

INDENT: "INDENT"

Defined in

core/prepare/tokenize/token.ts:8


LINE_COMMENT

LINE_COMMENT: "LINE_COMMENT"

Defined in

core/prepare/tokenize/token.ts:18


MENTION

MENTION: "MENTION"

Defined in

core/prepare/tokenize/token.ts:19


NEW_LINE

NEW_LINE: "NEW_LINE"

Defined in

core/prepare/tokenize/token.ts:16


NUMBER

NUMBER: "NUMBER"

Defined in

core/prepare/tokenize/token.ts:4


OPENING_BRACKET

OPENING_BRACKET: "OPENING_BRACKET"

Defined in

core/prepare/tokenize/token.ts:13


OPENING_PARENTHESIS

OPENING_PARENTHESIS: "OPENING_PARENTHESIS"

Defined in

core/prepare/tokenize/token.ts:11


OPERATOR

OPERATOR: "OPERATOR"

Defined in

core/prepare/tokenize/token.ts:6


SPACE

SPACE: "SPACE"

Defined in

core/prepare/tokenize/token.ts:7


STRING

STRING: "STRING"

Defined in

core/prepare/tokenize/token.ts:5


UNKNOWN

UNKNOWN: "UNKNOWN"

Defined in

core/prepare/tokenize/token.ts:20