file
Token.hContains the Token class and related helpers.
Contents
- Reference
Namespaces
- namespace slang
- Root namespace.
Classes
- struct slang::NumericTokenFlags
- Various flags for numeric tokens.
- class slang::Trivia
- class slang::Token
Enums
- enum class TriviaKind: uint8_t { Unknown, Whitespace, EndOfLine, LineComment, BlockComment, DisabledText, SkippedTokens, SkippedSyntax, Directive }
- The kind of trivia we've stored.