This method expects that the current token has a given atom type. This method will frist strip all whitespaces first before inspecting the current token. This function will Err if the expected symbol doesn't have the given type, otherwise it will return `Ok`. This function _will_ advance the lexer.
(lex: &mut Lexer, local: Style, expected: AtomType)
source not stored for this graph (policy: none)
no test coverage detected