1
0
mirror of synced 2026-01-21 18:25:32 +00:00
Marcelina Kościelnicka 8740fdf1d7 ast: Use better parameter serialization for paramod names.
Calling log_signal is problematic for several reasons:

- with recent changes, empty string is serialized as { }, which violates
  the "no spaces in IdString" rule
- the type (plain / real / signed / string) is dropped, wrongly conflating
  functionally different values and potentially introducing a subtle
  elaboration bug

Instead, use a custom simple serialization scheme.
2021-03-18 00:52:00 +01:00
..
2020-06-18 23:34:52 +00:00
2021-03-15 17:19:19 +01:00
2020-10-19 13:40:57 +02:00
2021-03-04 16:43:30 +01:00