UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 473 B
import { type DataflowInformation } from '../../info'; import type { DataflowProcessorInformation } from '../../processor'; import type { RSymbol } from '../../../r-bridge/lang-4.x/ast/model/nodes/r-symbol'; import type { ParentInformation } from '../../../r-bridge/lang-4.x/ast/model/processing/decorate'; export declare function processSymbol<OtherInfo>(symbol: RSymbol<OtherInfo & ParentInformation>, data: DataflowProcessorInformation<OtherInfo>): DataflowInformation;