weaving.icn: Procedures to implement weaving expressions

procedure Block:           weaving block
procedure DownRun:         weaving downrun
procedure DownUp:          weaving downup
procedure Downto:          weaving downto
procedure Extend:          weaving extension
procedure Interleave:      weaving interleave
procedure Palindrome:      weaving palindrome
procedure Pbox:            weaving pbox
procedure Permute:         weaving permutation
procedure Template:        weaving Template
procedure UpDown:          weaving updown
procedure UpRun:           weaving uprun
procedure Upto:            weaving upto

link weaving
October 22, 1999; Ralph E. Griswold
This file is in the public domain.

These procedures implement the weaving expressions supported by Painter
and described in the PDF document "Advanced Weaving" that accompanies
that application.

Source code | Program Library Page | Icon Home Page