-
- Downloads
Refactor slightly BuiltinFunctionEmbedder and check types
Now the arguments and return values types are checked at construction. One checks if the C++ type corresponds to a pugs type. Closes #29
parent
e9fd42f0
No related branches found
No related tags found
Showing
- src/language/modules/BuiltinModule.hpp 14 additions, 2 deletionssrc/language/modules/BuiltinModule.hpp
- src/language/utils/BuiltinFunctionEmbedder.hpp 156 additions, 142 deletionssrc/language/utils/BuiltinFunctionEmbedder.hpp
- tests/test_BuiltinFunctionEmbedder.cpp 66 additions, 10 deletionstests/test_BuiltinFunctionEmbedder.cpp
Loading
Please register or sign in to comment