From cb65012eb524eb57b00249f1dee0f245e947cda4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Sep 2009 18:46:11 +0200 Subject: Use new path class, add context and generator classes Use cutl::fs::path instead of std::string in the semantic graph. Add context and generator stubs, to be filled next. Connect everything in the compiler driver. --- cli/parser.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/parser.hxx') diff --git a/cli/parser.hxx b/cli/parser.hxx index 458efbc..3597fac 100644 --- a/cli/parser.hxx +++ b/cli/parser.hxx @@ -22,7 +22,7 @@ public: struct invalid_input {}; std::auto_ptr - parse (std::istream& is, std::string const& id); + parse (std::istream& is, semantics::path const& path); private: struct error {}; @@ -57,7 +57,7 @@ private: private: bool valid_; - std::string const* id_; + semantics::path const* path_; lexer* lexer_; -- cgit v1.1