Variable * variable_resize_buffer(Environment *_environment, char *_destination, int _size)
Resize the (static) size of a buffer.
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * new_music(Environment *_environment, int _size)
Emit code for NEW IMAGE(...).
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.