WIP: dev #1

Draft
nub31 wants to merge 103 commits from dev into master
Showing only changes of commit 3e3757a402 - Show all commits

View File

@@ -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;