Functions§
- parse_
arrow_ call - Parse an arrow call: target -> method(args) -> method2(args2) Supports chaining multiple calls
- parse_
assign - Parse property assignment: target.property = value
- parse_
bind - Parse bind statement: bind source -> target { options }