Keywords are: 'parser' A parser is something that takes a string of data, and converts it into something useful. A prime example of this is what happens when you type something and hit return - the line you typed is sent as a string to the MUD server, which then takes that incoming string of data and converts it into the command you wanted to execute.