A simple scripting language in C++
Ferenc Szontágh
2025-04-14 c34b2c57219aa496a202c2be1e12332b4eeea440
src/Value.hpp
@@ -12,6 +12,8 @@
    Variables::Type          type = Variables::Type::VT_NULL;
    Variables::DataContainer data;
    Token                    token;
    std::string              name;
    std::string              context;
    Value() : type(Variables::Type::VT_NULL) {}