private CommandLibrary commands; // holds all valid command words public Parser() { commands = new CommandLibrary(); }