Synopsis
typedef struct {
  unsigned token;
  unsigned top;
  unsigned next;
} nb_control_stack_item_t;
Description

The stack used by the interpreter to record its statement execution context.