[][src]Macro yotc::peek_symbol_or_err

macro_rules! peek_symbol_or_err {
    ($self:ident) => { ... };
}

Peeks at the next token and returns the symbol if it is one.

If the next token is not an symbol, it will return Err.