parse_arrow_call

Function parse_arrow_call 

Source
pub fn parse_arrow_call(line: &str, line_number: usize) -> Result<Statement>
Expand description

Parse an arrow call: target -> method(args) -> method2(args2) Supports chaining multiple calls