Ticket #71 (new task)

Opened 7 months ago

Last modified 7 months ago

Complete implementation of SEQUIV

Reported by: jmaessen Assigned to: jmaessen
Priority: major Milestone:
Component: interpreter Version:
Keywords: Cc:

Description (Last modified by jmaessen)

Current implementation of SEQUIV is a bit of a crock. Complete the implementation to account for closure contents. This will require crawling unpleasantly over the contents of both the lexical environment and the AST, or deferring the task until we perform closure conversion as part of code generation.

Change History

03/03/08 17:24:18 changed by jmaessen

  • owner changed from dr2chase to jmaessen.

03/24/08 09:15:58 changed by jmaessen

  • description changed.