#pragma once struct t_variable { std::string name; uint32_t type; uint32_t length; uint32_t address; };