|
FE 0.13.1
Header-only C++ frontend library
|
#include <cstddef>#include <string>#include <string_view>#include "fe/driver.h"#include "fe/loc.h"#include "fe/ring.h"#include "fe/src.h"#include "fe/utf8.h"Go to the source code of this file.
Classes | |
| class | fe::Lexer< K, S > |
The blueprint for a lexer with a buffer of K tokens to peek into the future (Lexer::ahead). More... | |
| struct | fe::Lexer< K, S >::Ahead |
| A decoded code point together with the byte range it occupies. More... | |
Namespaces | |
| namespace | fe |