|
OpenXLSX 1.9.1
|
Recursive-descent (Pratt) parser that converts a token stream into an AST. More...
#include <XLFormulaEngine.hpp>
Static Public Member Functions | |
| static std::unique_ptr< XLASTNode > | parse (gsl::span< const XLToken > tokens) |
| Parse the token list produced by XLFormulaLexer::tokenize(). | |
Recursive-descent (Pratt) parser that converts a token stream into an AST.
|
static |
Parse the token list produced by XLFormulaLexer::tokenize().
| tokens | Span over the token vector (including sentinel End token). |
| XLFormulaError | on syntax error. |