Skip to main content

Module parser

Module parser 

Source

Re-exports§

pub use ast::Expr;
pub use refs::CellAddr;
pub use refs::Ref;

Modules§

ast
refs
Reference model for the workbook grammar (P1.2).
tokens

Functions§

parseDeprecated
Parse a formula string into an expression tree.
validateDeprecated
Validate that a formula string is syntactically correct without returning the AST.