feat(base-formula): add tree-walking evaluator

This commit is contained in:
Philipinho
2026-04-24 00:00:22 +01:00
parent 1b30de32b5
commit e9e903abe9
3 changed files with 161 additions and 0 deletions
@@ -10,3 +10,4 @@ export * from "./format";
export { registry, register } from "./functions/registry";
export type { FormulaFn } from "./functions/registry";
export * from "./graph";
export * from "./eval";