Grammar Matching

“Grammar matching” is the part of the game loop where the game matches the word array against the grammar table, determining the proper verb routine (and setting the object and xobject global variables, if applicable) or parser error message. It comes after the parsing stage but before the before routines.