|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
#include <array>#include <exception>#include <format>#include <functional>#include <iostream>#include <string>#include <utility>#include <vector>#include "fe/diag.h"#include "fe/format.h"#include "fe/loc.h"#include "fe/term.h"Go to the source code of this file.
Classes | |
| class | fe::Error |
| Collects diagnostics and hands each to the Diag that lays it out. More... | |
| class | fe::Error::Bail |
| What Error::ack and Error::bail throw. More... | |
| struct | fe::Error::Note |
| A secondary message elaborating a Msg. More... | |
| struct | fe::Error::Msg |
| One Tag::Error or Tag::Warn together with the Notes that belong to it. More... | |
Namespaces | |
| namespace | fe |
| struct fe::Error::Note |