pub type Atom = WithSpan<Token, Span>;
A token together with its source span: the atom type fed to the syan parser.
pub struct Atom { pub slot: Token, pub span: Span, }
slot: Token
span: Span