153 conditional->
label = strdup( label );
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
Variable * variable_cast(Environment *_environment, char *_source, VariableType _type)
Cast a variable from a type to another.
void select_case(Environment *_environment, char *_expression)
Emit ASM code for SELECT CASE ... {PASSING}.
struct _Conditional * next
Conditional * conditionals
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
struct _Conditional Conditional
Structure of a single conditional jump.