nixd
Loading...
Searching...
No Matches
Tokens.inc
Go to the documentation of this file.
1/// Tokens.inc, merge all tokens under "TOK"
2
3#ifdef TOK
4#define TOK_BIN_OP(NAME) TOK(op_##NAME)
5#define TOK_KEYWORD(NAME) TOK(kw_##NAME)
6#include "TokenKinds.inc"
7#undef TOK_KEYWORD
8#undef TOK_BIN_OP
9#endif