1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Improve printing of ASTs

This commit is contained in:
Eelco Dolstra 2014-10-20 08:44:32 +02:00
parent 84a13dc576
commit ecc2c8f464
3 changed files with 58 additions and 16 deletions

View file

@ -58,12 +58,6 @@ public:
friend std::ostream & operator << (std::ostream & str, const Symbol & sym);
};
inline std::ostream & operator << (std::ostream & str, const Symbol & sym)
{
str << *sym.s;
return str;
}
class SymbolTable
{
private: