Ckeywords

This is used to pick the C keywords out of the tokens. If it's not a C keyword, then it's an identifier.

static immutable
TOK[TOK.max + 1] Ckeywords;

Meta