nixd
Loading...
Searching...
No Matches
TokenKinds.h
Go to the documentation of this file.
1#pragma once
2
3namespace nixf::tok {
4
6#define TOK(NAME) tok_##NAME,
8#undef TOK
9};
10
11} // namespace nixf::tok