robertmuth/Cwerg

make the Python representation of Consts more similar to the C++ one

robertmuth opened this issue · 0 comments

In the C++ version each Const has an associated DK but in Python we just use "float" for F32/F64 and "int" for the rest.