Files
rust/compiler
Nicholas Nethercote 3a3a15d753 Refactor Frame.
It is currently an enum and the `tts` and `idx` fields are repeated
across the two variants.

This commit splits it into a struct `Frame` and an enum `FrameKind`, to
factor out the duplication. The commit also renames `Frame::new` as
`Frame::new_delimited` and adds `Frame::new_sequence`. I.e. both
variants now have a constructor.
2024-05-03 09:06:26 +10:00
..
2024-05-01 22:19:11 -04:00
2024-05-01 22:19:11 -04:00
2024-05-03 09:06:26 +10:00
2024-02-06 13:12:33 +11:00
2024-04-18 15:36:25 +10:00
2024-05-01 22:19:11 -04:00
2024-04-14 14:56:41 +02:00
2024-05-01 22:19:11 -04:00