It would be nice for the nodes to have a `Span` for better error messages. A `Span` would contain a `start` `Position` and `end` `Position`. - [x] `Expressions` (#4273) - [ ] `Statements` - [ ] `Declarations`
It would be nice for the nodes to have a
Spanfor better error messages.A
Spanwould contain astartPositionandendPosition.Expressions(AddSpans to expression nodes #4273)StatementsDeclarations