The original code string.
An array of IToken objects representing the tokenized code.
Static
Readonly
CommentCharacter that indicates the start and end of a comment.
Static
Readonly
ReservedList of reserved symbols that represent specific token types.
Static
ReservedDetermines if a given token matches a reserved token and returns detailed token information.
The token to check.
An object mapping reserved token types to boolean values indicating a match.
Static
Tokenize
The Tokenizer class provides functionality to tokenize code strings into a set of tokens. It supports identifying comments, reserved tokens, loops, and blocks within the code.