|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
#include <cassert>#include <cstddef>#include <cstdint>#include <algorithm>#include <bit>#include <initializer_list>#include <iosfwd>#include <iterator>#include <ranges>#include <utility>#include "fe/algo.h"#include "fe/hash.h"Go to the source code of this file.
Classes | |
| class | fe::Bitset |
| A dynamically growing set of bits with small storage optimization. More... | |
| class | fe::Bitset::reference |
| Proxy that Bitset::operator[] hands out to read/write the bit it refers to. More... | |
| class | fe::Bitset::iterator |
| Iterates over the indices of all set bits in ascending order. More... | |
| struct | fe::Bitset::Hash |
Namespaces | |
| namespace | fe |