- Make output file `tlangout.c`
This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-11 17:43:24 +02:00
parent 566a916a5a
commit b43e8de0ef
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void beginCompilation(string[] sourceFiles)
File outFile;
outFile.open("test.d", "w");
outFile.open("tlangout.c", "w");
CodeEmitter emitter = new DCodeEmitter(typeChecker, outFile);