85 switch( image->
type ) {
Variable * variable_retrieve(Environment *_environment, char *_name)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
char * address_displacement(Environment *_environment, char *_address, char *_displacement)
Variable * image_get_width(Environment *_environment, char *_image)
Emit code for IMAGE WIDTH(...).
struct _Variable Variable
Structure of a single variable.
#define CRITICAL_NOT_IMAGE(v)
struct _Environment Environment
Structure of compilation environment.