We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40010e commit d3a1ce2Copy full SHA for d3a1ce2
src/compiler/__tests__/__utils__/test-utils.ts
@@ -1,5 +1,4 @@
1
import { inspect } from "util";
2
-//import { Compiler } from "../../compiler";
3
import { compile } from "../../index";
4
import { BinaryWriter } from "../../binary-writer";
5
import { AST } from "../../../ast/types/packages-and-modules";
@@ -20,7 +19,6 @@ const pathToTestDir = "./src/compiler/__tests__/";
20
19
const parser = peggy.generate(javaPegGrammar, {
21
allowedStartRules: ["CompilationUnit"],
22
});
23
-//const compiler = new Compiler();
24
const binaryWriter = new BinaryWriter();
25
26
export function runTest(program: string, expectedLines: string[]) {
0 commit comments