aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser.h b/Parser.h
index 98a337b2..52a374e0 100644
--- a/Parser.h
+++ b/Parser.h
@@ -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;