Improved external interface for multi-source and multi-contract compilation.

This commit is contained in:
Christian
2014-12-03 18:52:28 +01:00
parent 254df50fea
commit d2cf345483
10 changed files with 50 additions and 43 deletions
+1
View File
@@ -35,6 +35,7 @@ class Parser
{
public:
ASTPointer<SourceUnit> parse(std::shared_ptr<Scanner> const& _scanner);
std::shared_ptr<std::string const> const& getSourceName() const;
private:
class ASTNodeFactory;