WARDuino
WARDuino copied to clipboard
Add primitive type to struct when installing
The types of the primitives seem not to be stored by the install macro. This PR fixes that.
Strangely, the Types are all still zero initialized when resolving the primitives. Same situation in the install_primitive macro. https://github.com/TOPLLab/WARDuino/blob/e14891990e0c37bade4aa7b1c75e3f1d58ef43e3/src/Primitives/primitives.cpp#L1147-L1160