UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

13 lines (12 loc) 291 B
import type { KnownParserName } from '../r-bridge/parser'; export interface BenchmarkCliOptions { verbose: boolean; help: boolean; input: string[]; output: string; slice: string; parallel: number; limit?: number; runs?: number; parser: KnownParserName; }