CfLexer.classifyKeyword

private TokenType classifyKeyword(string text) @safe pure

Classifies a text as keyword or identifier.

Parameters

textThe text to classify

Returns

The appropriate TokenType.