@pinkforest It's certainly not as easy as it is in Rust. However I find it pretty easy for 1:1 relations (e.g. a binary operation having two exprs as children). It gets rough for 1:N relations (like arrays and tuples).
Top-level
@pinkforest It's certainly not as easy as it is in Rust. However I find it pretty easy for 1:1 relations (e.g. a binary operation having two exprs as children). It gets rough for 1:N relations (like arrays and tuples). No comments
|