UNPKG

@specs-feup/lara

Version:

A js port of the popular framework for building source-to-source compilers

5 lines 223 B
import Tool from "../tool/Tool.js"; export default abstract class BenchmarkCompilationEngine extends Tool { constructor(name: string, disableWeaving?: boolean); } //# sourceMappingURL=BenchmarkCompilationEngine.d.ts.map