Merge pull request #1491 from ameten/refactoring

Just refactored some code
This commit is contained in:
chriseth
2016-12-12 21:43:04 +01:00
committed by GitHub
2 changed files with 184 additions and 139 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ bool CompilerStack::parse()
}
}
if (!Error::containsOnlyWarnings(m_errors))
// errors while parsing. sould stop before type checking
// errors while parsing. should stop before type checking
return false;
resolveImports();