pub fn parse(code: &str) -> IResult<&str, FunctionCall>
Parse source code to get an FunctionCall.
FunctionCall