Function come::ir::integer_literal::parse
source · pub fn parse(code: &str) -> IResult<&str, IntegerLiteral>Expand description
Parse ir code to get an IntegerLiteral.
pub fn parse(code: &str) -> IResult<&str, IntegerLiteral>Parse ir code to get an IntegerLiteral.