Files
moxa/interp
Nicholas Wiersma 772cd68fea interp: make use of type constructors
It was initially assumed that `nodeType` needed to rebuild the type from scratch, but this is not the case anymore. The existing type constructors are now used in `nodeType` to make it more readable. In doing this some bugs in type strings were found and fixed, along with adding the real package name to the type.

As `ptrOf` is now the only place that pointer types are constructed, it is feasible to cache the pointer type on the value type. To ensures that we have a consistent pointer type for any value type.
2021-08-31 10:34:12 +02:00
..
2021-08-27 19:44:05 +02:00
2020-08-20 13:14:15 +02:00
2021-08-31 10:34:12 +02:00
2021-06-24 10:00:05 +02:00
2020-07-30 11:18:04 +02:00
2021-08-27 19:44:05 +02:00
2021-08-31 10:34:12 +02:00
2021-08-31 10:34:12 +02:00