can anyone help me to complete this code?


typedef enum {
NUMBER,
BOOL,
ERROR} token_type;

typedef struct {
token_type type;