Enumeration: Part
Defined in: Interpreter/Lexer.ts:1
Enumeration Members
colon
colon: ":"
Defined in: Interpreter/Lexer.ts:2
comma
comma: ","
Defined in: Interpreter/Lexer.ts:3
dot
dot: "."
Defined in: Interpreter/Lexer.ts:4
escape
escape: "\"
Defined in: Interpreter/Lexer.ts:5
parenEnd
parenEnd: ")"
Defined in: Interpreter/Lexer.ts:6
parenStart
parenStart: "("
Defined in: Interpreter/Lexer.ts:7
pipe
pipe: "|"
Defined in: Interpreter/Lexer.ts:8
tagEnd
tagEnd: "}"
Defined in: Interpreter/Lexer.ts:9
tagStart
tagStart: "{"
Defined in: Interpreter/Lexer.ts:10