UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 205 B
import type { RExpressionList } from '../ast/model/nodes/r-expression-list'; import type { Tree } from 'web-tree-sitter'; export declare function normalizeTreeSitterTreeToAst(tree: Tree): RExpressionList;