Content deleted Content added
added a new final section on JSP and object-oriented design |
m →Techniques for handling difficult design problems: fixed a typo |
||
Line 167:
Another kind of problem involved what Jackson called "recognition difficulties" and today we would call parsing problems. The basic JSP design technique was supplemented by POSIT and QUIT operations to allow the design of what we would now call a backtracking parser.
JSP also recognized three situations that are called "structure clashes"— a boundary clash, an ordering clash, and an interleaving clash— and provided techniques for dealing with them. In
== JSP and object-oriented design ==
|