|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
#include <cstddef>#include <cstdint>#include <functional>#include <iosfwd>#include <string>#include <string_view>#include "fe/api.h"#include "fe/loc.h"#include "fe/term.h"Go to the source code of this file.
Classes | |
| class | fe::Diag |
| How a diagnostic lays out - and how much of it an Error keeps. More... | |
| class | fe::CodeDiag |
| The Diag a Driver installs by default: colors a `citation` and drops its backticks - or keeps them verbatim without color; \` is a literal backtick and \\ a literal backslash. More... | |
Namespaces | |
| namespace | fe |
Functions | |
| FE_API std::ostream & | fe::operator<< (std::ostream &, Diag::Tag) |