interface ParsedAST {
    ast: ASTNode;
    oneTime: boolean;
}

Properties

Properties

ast: ASTNode

AST representation of expression

oneTime: boolean

True if expression should be evaluated only once