UNPKG

@specs-feup/lara

Version:

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

7 lines (6 loc) 218 B
import Tool from "../tool/Tool.js"; export default abstract class BenchmarkCompilationEngine extends Tool { constructor(name: string, disableWeaving: boolean = false) { super(name, disableWeaving); } }