Lexer.cases

Generates case statements for token strings.

/ // case_("<") ->
case 60u:
  kind = T!"<";
  goto Lcommon;
class Lexer
static
char[]
cases
(
string[] strs...
)

Meta