Description
CFC's lexer has a distinct rule for each reserved words, which is unusual.
The more common technique is to overload the rule for identifiers by checking
if each word is in a list of reserved words.
CFC's lexer has a distinct rule for each reserved words, which is unusual.
The more common technique is to overload the rule for identifiers by checking
if each word is in a list of reserved words.