Two-word parser

From IFWiki

A rudimentary parser which can only handle commands one or two words in length (most commonly of the form VERB NOUN, e.g., "GET KNIFE", "OPEN CHEST", "EXAMINE ROCK"). Many homebrew parsers are of this type, because of the relative ease of programming. Modern parsers, on the other hand, can handle much more complex commands; in particular, multiple-object commands and multiple commands in a single input line (e.g., "OPEN THE CHEST THEN GET THE KNIFE AND THE ROCK").

-- OKB 2002/11/05

-- NYS - 14 Nov 2002