Expand description
Formula parser — converts a token stream into an Expression AST.
Structs§
Enums§
Functions§
- parse_
cell_ ref - Parse “A1”, “$B$2”, “Sheet1!C3” into a CellAddress
- parse_
formula - Parse a formula string into an Expr AST
Formula parser — converts a token stream into an Expression AST.