parscond.icn: Procedure to condense parse tree

link parscond
March 31, 1992; Ralph E. Griswold
See also: parsgen.icn
This file is in the public domain.

   Procedure to condense a parse tree produced by the output of pargen.icn
and produce the string that was parsed.

   The necessary record declaration is provided by the program with which
is linked.

Source code | Program Library Page | Icon Home Page