Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * variable_store_buffer(Environment *_environment, char *_destination, unsigned char *_buffer, int _size, int _at)
Variable * image_load_from_buffer(Environment *_environment, char *_buffer, int _buffer_size)
Emit code for (IMAGE)#[...].
#define IMAGE_GET_WIDTH(buffer, offset, width)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
#define IMAGE_GET_HEIGHT(buffer, offset, height)