Beispiel #1
0
        private CommandLibrary commands;  // holds all valid command words

        public Parser()
        {
            commands = new CommandLibrary();
        }