mrsc icon indicating copy to clipboard operation
mrsc copied to clipboard

More smart variable.

Open ilya-klyuchnikov opened this issue 12 years ago • 0 comments

Now variable are represented as names. The downside is that when we generate names for rebuildings memory is used a lot.

A variable is one from the following:

  • Name
  • Gen(subexpression, context)

As a benefit it will allow to test more interesting whistles - we will have a finite number of "true" free variables in configurations. - We may treat them as constants.

ilya-klyuchnikov avatar Aug 25 '11 06:08 ilya-klyuchnikov