summary refs log tree commit diff stats
path: root/lib/token.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-16 22:55:29 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-16 22:55:29 -0400
commitf94d32242380b23b361f66eb021cad17c35acd8c (patch)
tree5c018dceebec89073a98d9f35fc26a3d2906dcd1 /lib/token.h
parent0910864ce3be8bc8a34f53c5633d79dc6702a92b (diff)
downloadverbly-f94d32242380b23b361f66eb021cad17c35acd8c.tar.gz
verbly-f94d32242380b23b361f66eb021cad17c35acd8c.tar.bz2
verbly-f94d32242380b23b361f66eb021cad17c35acd8c.zip
Added debug print method for token type
Diffstat (limited to 'lib/token.h')
-rw-r--r--lib/token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/token.h b/lib/token.h index 788a106..ff3c37b 100644 --- a/lib/token.h +++ b/lib/token.h
@@ -163,6 +163,8 @@ namespace verbly {
163 } _utterance; 163 } _utterance;
164 }; 164 };
165 }; 165 };
166
167 std::ostream& operator<<(std::ostream& os, token::type _type);
166 168
167}; 169};
168 170