Function come::ast::statement::if_statement::parse

source ·
pub fn parse(code: &str) -> IResult<&str, If>
Expand description

Parse source code to get an If.