scanmodl.icn: Procedures to model string scanning

link scanmodl
May 30, 1993; Ralph E. Griswold
This file is in the public domain.

These procedures model string scanning:

     e1 ? e2 -> Escan(Bscan(e1, e2)

See Icon Analyst 6, pp. 1-2.

Source code | Program Library Page | Icon Home Page