13.  Caveats and Bugs.

      There are pathological expressions which produce exponential growth of the tables when converted to deterministic machines; fortunately, they are rare.

      REJECT does not rescan the input; instead it remembers the results of the previous scan. This means that if a rule with trailing context is found, and REJECT executed, the user must not have used unput to change the characters forthcoming from the input stream. This is the only restriction on the user's ability to manipulate the not-yet-processed input.