Show / Hide Table of Contents

Enum TokenType

Enumeration of all possible token types recognized by the tokenizer. Includes keywords, symbols, identifiers, literals, and special markers.

Namespace: VM.Parser
Assembly: VM.dll
Syntax
public enum TokenType

Fields

Name Description
ADD
AND
ARRAY
ASSIGN
COMMA
COMMENT
CONTINUE
DIV
ELSE
END
EOF
EQ
EXIT
EXP
FOR
GT
GTE
ID
IF
INPUT
ISNAN
LBRACKET
LEN
LET
LPAREN
LT
LTE
MOD
MUL
NEQ
NEWLINE
NEXT
NOT
NUMBER
OR
PRINT
RBRACKET
REPEAT
RPAREN
STEP
STRING
SUB
THEN
TO
UNTIL
VAL
WEND
WHILE
In this article
Back to top Generated by DocFX