nixd
|
#include "Lexer.h"
#include "nixf/Basic/Range.h"
#include <cassert>
#include <cctype>
#include "nixf/Basic/TokenKinds.inc"
Go to the source code of this file.
Macros | |
#define | TOK_KEYWORD(NAME) |
Typedefs | |
using | DK = Diagnostic::DiagnosticKind |
using | NK = Note::NoteKind |
#define TOK_KEYWORD | ( | NAME | ) |
using NK = Note::NoteKind |