WIP: dev #1
@@ -42,6 +42,6 @@ if (typeCheckerDiagnostics.Any(x => x.Severity == DiagnosticSeverity.Error))
|
||||
|
||||
var output = Generator.Emit(typedAst);
|
||||
|
||||
File.WriteAllText("C:/Users/oliste/repos/nub-lang/compiler/Compiler/out.c", output);
|
||||
File.WriteAllText("out.c", output);
|
||||
|
||||
return 0;
|
||||
Reference in New Issue
Block a user