|
nixd
|
#include "Lexer.h"#include "nixf/Basic/Range.h"#include <cassert>#include <cctype>#include "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 |