WIP: add a Val struct as an input/output when calling a function

This commit is contained in:
2025-01-23 07:12:57 +01:00
parent 8819adbb3f
commit 37f78ad8e0
13 changed files with 161 additions and 156 deletions

View File

@@ -38,7 +38,7 @@
namespace Ezc
{
/*
void Functions::Insert(const char * key, UserFunction ufunction)
{
pt::utf8_to_wide(key, temp_key);
@@ -102,7 +102,7 @@ size_t Functions::Size() const
{
return functions_tab.size();
}
*/
} // namespace Ezc