Data Fields | |
struct expr_s * | head |
the first expression in the block More... | |
int | is_call |
this block exprssion forms a function call More... | |
struct expr_s * | result |
the result of this block if non-void More... | |
struct expr_s ** | tail |
last expression in the block, for appending More... | |
struct expr_s* head |
the first expression in the block
int is_call |
this block exprssion forms a function call
struct expr_s* result |
the result of this block if non-void
struct expr_s** tail |
last expression in the block, for appending