pub fn ident(
s: &str,
location: &SourceLocation,
) -> Result<Identifier, ParseError>Expand description
Build an unquoted Identifier, wrapping crate::ir::IrError into a
source-located ParseError::Ir.
pub fn ident(
s: &str,
location: &SourceLocation,
) -> Result<Identifier, ParseError>Build an unquoted Identifier, wrapping crate::ir::IrError into a
source-located ParseError::Ir.