First stab at modularizing (broken build)

This commit is contained in:
Keith Winstein
2011-01-27 01:17:26 -05:00
parent db5808fa1f
commit 82a18ce978
9 changed files with 295 additions and 226 deletions
+2
View File
@@ -15,6 +15,8 @@ namespace Parser {
wchar_t ch;
bool handled;
std::string str( void );
virtual std::string name( void ) = 0;
virtual void act_on_terminal( Terminal::Emulator * ) {};