csharp
public enum RavenTokenKindLexical token vocabulary for the hand-written lexer — the same shape the retired ANTLR vocabulary had, because the parser needs lexical identity (= versus == versus =>) while the tree's SyntaxKind for a token is chosen by context (an = is an EqualsToken in an initializer and an OperatorToken in an assignment expression).
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (129)
NoneEndOfFileNewLineWhitespaceSingleLineCommentMultiLineCommentIdentifierIntegerLiteralHexIntegerLiteralBinIntegerLiteralRealLiteralStringLiteralGetKeywordSetKeywordWillSetKeywordDidSetKeywordFuncKeywordProtocolKeywordSelfKeywordShaderKeywordStructKeywordVarKeywordValKeywordRepeatKeywordImportKeywordPackageKeywordInitKeywordBaseKeywordBreakKeywordCaseKeywordContinueKeywordDefaultKeywordDiscardKeywordElseKeywordEnumKeywordFalseKeywordForKeywordIfKeywordInKeywordOperatorKeywordReturnKeywordSwitchKeywordTrueKeywordWhileKeywordWhereKeywordComposeKeywordConstKeywordOverrideKeywordReadOnlyKeywordStaticKeywordStreamKeywordGroupSharedKeywordInOutKeywordBoolKeywordBool2KeywordBool3KeywordBool4KeywordIntKeywordInt2KeywordInt3KeywordInt4KeywordUIntKeywordUInt2KeywordUInt3KeywordUInt4KeywordFloatKeywordFloat2KeywordFloat3KeywordFloat4KeywordDoubleKeywordDouble2KeywordDouble3KeywordDouble4KeywordMat2KeywordMat2x3KeywordMat2x4KeywordMat3KeywordMat3x2KeywordMat3x4KeywordMat4KeywordMat4x2KeywordMat4x3KeywordOpenBraceCloseBraceOpenBracketCloseBracketOpenParenCloseParenDotDotDotCommaColonQuestionArrowPlusMinusStarSlashPercentAmpersandBarCaretBangTildeEqualsLessThanGreaterThanPlusPlusMinusMinusAmpersandAmpersandBarBarEqualsEqualsBangEqualsLessThanEqualsGreaterThanEqualsPlusEqualsMinusEqualsStarEqualsSlashEqualsPercentEqualsAmpersandEqualsBarEqualsCaretEqualsLessThanLessThanLessThanLessThanEqualsGreaterThanGreaterThanGreaterThanGreaterThanEqualsUnsignedShiftRightUnsignedShiftRightEquals
Used by (3)
- LexerDifferentialTestsVixen.Raven.Tests
- RavenLexerVixen.Raven
- RavenParserVixen.Raven