UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

12 lines (11 loc) 284 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; }