UNPKG

@specs-feup/clava

Version:

A C/C++ source-to-source compiler written in Typescript

10 lines 182 B
export default class Checker { name; constructor(name) { this.name = name; } getName() { return this.name; } } //# sourceMappingURL=Checker.js.map