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