This commit is contained in:
nub31
2025-07-21 17:51:52 +02:00
parent 089ead243b
commit f58abf685c
12 changed files with 189 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ for (var i = 0; i < args.Length; i++)
}
var diagnostics = new List<Diagnostic>();
var syntaxTrees = new Dictionary<string, SyntaxTree>();
var syntaxTrees = new Dictionary<string, ParseTree>();
foreach (var file in options.Files)
{