On Tue Mar 26 04:38:03 2024 +0000, Francisco Casas wrote:
This is especially dead code if we aren't even parsing functions yet.
Okay, I removed it for now. I also removed `rhs_braces` following that policy.
And... do we really want to do it this way? Could we store them in a
separate array? I think it is convenient given the similarities of both formats. Also, I think it was suggested in the other MR.
I dunno. It seems awkward to me, and it's not clear to me that defining a separate struct is actually going to complicate the code at all?