Treat a newline as `;` except when: - we are inside `(` or `[` - the the token before or after the newline is an operator https://pling.jondgoodwin.com/post/semicolon-inference/
Treat a newline as
;except when:(or[https://pling.jondgoodwin.com/post/semicolon-inference/