Variable keywordsConst

keywords: {
    [x: string]: TokenType;
} = ...

A dictionary which maps keyword string values to their TokenType.