- Removed std::cout diagnostics, stubbed the A3::dump replacement.
This commit is contained in:
Paul Beckingham
2014-05-25 14:11:55 -04:00
parent 6b2a71770d
commit fee493bcc0
2 changed files with 57 additions and 18 deletions

View File

@@ -67,6 +67,8 @@ private:
bool parsePrimitive (std::vector <std::pair <std::string, Lexer::Type> >&, int &) const;
bool identifyOperator (const std::string&, char&, int&, char&) const;
std::string dump (std::vector <std::pair <std::string, Lexer::Type> >&) const;
private:
std::vector <bool (*)(const std::string&, Variant&)> _sources;
bool _ambiguity;