csharp
public static class RavenSyntaxExtensionsRaven's view of the shared tree types.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
SyntaxToken comes from Vixen.Core.Syntax, which knows kinds only as integers. Raven nodes get Kind from RavenSyntaxNode; this gives tokens the same spelling, so call sites do not have to care which side of the boundary a token came from.