nixd
Loading...
Searching...
No Matches
libnixf
include
nixf
Basic
TokenKinds.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
nixf::tok
{
4
5
enum
TokenKind
{
6
#define TOK(NAME) tok_##NAME,
7
#include "
nixf/Basic/Tokens.inc
"
8
#undef TOK
9
};
10
11
}
// namespace nixf::tok
Tokens.inc
nixf::tok
Definition
TokenKinds.h:3
nixf::tok::TokenKind
TokenKind
Definition
TokenKinds.h:5
Generated by
1.12.0