AST parser. More...
#include <cstddef>#include <string_view>#include "tcalc/ast/node.hpp"#include "tcalc/common.hpp"#include "tcalc/error.hpp"#include "tcalc/token.hpp"#include "tcalc/tokenizer.hpp"Go to the source code of this file.
Classes | |
| class | tcalc::ast::ParserContext |
| Wrapper around the tokenizer to provide a context for parsing. More... | |
| class | tcalc::ast::Parser |
| AST parser. More... | |
AST parser.