|
FE 0.13.1
Header-only C++ frontend library
|
#include <concepts>#include <algorithm>#include <deque>#include <format>#include "fe/driver.h"#include "fe/loc.h"#include "fe/ring.h"Go to the source code of this file.
Classes | |
| class | fe::Parser< Tok, Tag, K, S > |
The blueprint for a recursive descent/ ascent parser using a K lookahead of Tokens. More... | |
| class | fe::Parser< Tok, Tag, K, S >::Tracker |
| class | fe::Parser< Tok, Tag, K, S >::Anchor |
RAII helper that anchors a Tag for its lifetime; use Parser::anchor to build one. More... | |
Namespaces | |
| namespace | fe |