use ;
use Ident as SynIdent;
/// Expands a identifier string into an token.
// Expands an identifier string into a token and appending `_` if the
/// identifier is for a reserved keyword.
///
/// Parsing keywords like `self` can fail, in this case we add an underscore.