MAX_TYPES
static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
static const int breaks[MAX_TYPES] = {
implicit.rst_state[-1] = MAX_TYPES *
int_arg_state[0] = MAX_TYPES *
uint32_t type = new_state[0] % MAX_TYPES;
uint32_t rear = new_state[0] / MAX_TYPES;
implicit.rst_state[-1] = MAX_TYPES *
if (type > (MAX_TYPES - 1))
type = (MAX_TYPES - 1);