lex_atom

Function lex_atom 

Source
fn lex_atom(stream: &mut LocatingSlice<&'_ str>) -> Token
Expand description

Process Atom

This is everything else

ยงSafety

  • stream must be UTF-8
  • stream must be non-empty