UNPKG

@specs-feup/lara

Version:

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

7 lines 246 B
import Tool from "../tool/Tool.js"; export default class BenchmarkCompilationEngine extends Tool { constructor(name, disableWeaving = false) { super(name, disableWeaving); } } //# sourceMappingURL=BenchmarkCompilationEngine.js.map