Variable * variable_retrieve(Environment *_environment, char *_name)
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
Variable * variable_move(Environment *_environment, char *_source, char *_destination)
Store the value of a variable inside another variable by converting it.
struct @110344003176124301103124235173106120065272160135::var * tab
void text_set_tab(Environment *_environment, char *_new_tab)
Emit code for SET TAB ....
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.