UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

19 lines (18 loc) 463 B
import type { KnownParserName } from '../r-bridge/parser'; export interface SingleBenchmarkCliOptions { verbose: boolean; help: boolean; input?: string; 'file-id'?: number; 'run-num'?: number; slice: string; output?: string; parser: KnownParserName; 'dataframe-shape-inference': boolean; 'max-slices': number; cfg: boolean; cg: boolean; threshold?: number; 'sampling-strategy': string; seed?: string; }