WHITE
#define WHITE 1
enum { STR, VAR, WHITE } state;
#define WHITE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n')