|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
#include <cassert>#include <memory>#include <utility>#include "fe/dbg.h"#include "fe/diag.h"#include "fe/error.h"#include "fe/src.h"#include "fe/sym.h"#include "fe/vector.h"Go to the source code of this file.
Classes | |
| struct | fe::Driver |
| Use/derive from this class for "global" variables that you need all over the place. More... | |
Namespaces | |
| namespace | fe |