Refactor slightly BuiltinFunctionEmbedder and check types
Compare changes
@@ -4,10 +4,17 @@
@@ -15,9 +22,27 @@ class BuiltinModule : public IModule
Now the arguments and return values types are checked at construction. One checks if the C++ type corresponds to a pugs type.
Closes #29 (closed)