Skip to main content

Module parser

Module parser 

Source
Expand description

Formula parser — converts a token stream into an Expression AST.

Structs§

Parser

Enums§

BinOpKind
Expr
ParseError
UnaryOpKind

Functions§

parse_cell_ref
Parse “A1”, “$B$2”, “Sheet1!C3” into a CellAddress
parse_formula
Parse a formula string into an Expr AST