#ifndef TOKENKIND_H #define TOKENKIND_H #include "gen_tokenkind.h" const char *strTokenKind(enum TokenKind tokenKind); #endif // TOKENKIND_H