WIP: dev #1

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

View File

@@ -691,11 +691,6 @@ public class Parser
{
return new CompileException(Diagnostic.Error(message).At(fileName, ident).Build());
}
private CompileException BasicError(string message, Node node)
{
return new CompileException(Diagnostic.Error(message).At(fileName, node).Build());
}
}
public class Ast(string fileName, TokenIdent moduleName, List<NodeDefinition> definitions)