[][src]Macro yotc::peek_identifier_or_err

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

Peeks at the next token and returns the name of the identifier if it is one.

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