ClojureToken

Type Alias ClojureToken 

Source
pub type ClojureToken = RedLeaf<ClojureSyntaxKind>;

Aliased Type§

pub struct ClojureToken {
    pub kind: ClojureSyntaxKind,
    pub span: Range<usize>,
}

Fields§

§kind: ClojureSyntaxKind

The kind kind/category (e.g., keyword, identifier, literal)

§span: Range<usize>

The absolute byte span of this kind in the source text