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