From f94d32242380b23b361f66eb021cad17c35acd8c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 16 May 2016 22:55:29 -0400 Subject: Added debug print method for token type --- lib/token.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/token.h') 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 { } _utterance; }; }; + + std::ostream& operator<<(std::ostream& os, token::type _type); }; -- cgit 1.4.1