UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

4 lines (3 loc) 225 B
import { Tree } from '@lezer/common'; import { ProgramAST, FormulaContext } from '../constants/interfaces'; export declare function calculateAST(program: string, tree: Tree, context?: FormulaContext): ProgramAST | undefined;