Commit graph

5 commits

Author SHA1 Message Date
290cef06cb Desugar from the outside in 2022-11-21 14:35:10 +01:00
b84d5ae0c8 Create new objects with existing span
I've decided that attempting to create smaller spans is more difficult
and will also lead to worse error messages later on. It makes more sense
to just tag every newly created syntax tree element with the span of the
element it comes from.
2022-11-21 13:36:21 +01:00
5c8dd1969f Desugar function calls with argument 2022-11-21 13:35:36 +01:00
7bfaebc05f Desugar function calls with table constructor 2022-11-21 13:07:10 +01:00
a3d6efcaec Desugar function calls without args 2022-11-21 12:35:53 +01:00