File recurmap.icn

Summary

###########################################################################

	File:     recurmap.icn

	Subject:  Procedure to map recurrence declarations to procedures

	Author:   Ralph E. Griswold

	Date:     February 17, 1995

###########################################################################

   This file is in the public domain.

###########################################################################

  This procedure maps a recurrence declaration of the form

	f(i):
	if expr11 then expr12
	if expr21 then expr22
		...
	else expr

  The declaration is passed to recurmap() in the form of a list.
  The result is returned as a string constituting an Icon procedure
  declaration.

  into an Icon procedure that compute corresponding values.

  At present there is no error checking and the most naive form of
  code is generated.

###########################################################################
Procedures:
recurmap

This file is part of the (main) package.

Source code.

Details
Procedures:

recurmap(recur)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.