//! Tokens produced by the SMI/MIB [`Lexer`](super::Lexer).
use crateSourceRange;
use crateSyntaxKind;
/// A single lexed token with its classification and source location.
///
/// Use [`SyntaxKind`] to determine what the token represents, and
/// [`SourceRange`] to index back into its [`SourceDocument`](crate::SourceDocument).