sandgen.icn: Procedures for "evaluation sandwiches" code

link sandgen
November 19, 1997; Ralph E. Griswold
This file is in the public domain.

This program is designed to be linked with the output of the meta-
translator.  These procedures produce "evaluation sandwiches"
so that program execution can be monitored.

See "Evaluation Sandwiches", Icon Analyst 6, pp. 8-10, 1991.
____________________________________________________________

Bug:  The invocable declaration is not handled properly.  "invocable all"
      will get by, but some other forms produce syntax errors.  The
      problem is in the meta-translator itself, not in this program.

Source code | Program Library Page | Icon Home Page