|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
#include <cassert>#include <cstdint>#include <algorithm>#include <iosfwd>Go to the source code of this file.
Classes | |
| struct | fe::Pos |
| Byte offset into a Src; pass around as value. More... | |
| struct | fe::Loc |
| Location within a Src: the half-open byte range [Loc::begin, Loc::end). More... | |
Namespaces | |
| namespace | fe |