From: Matthijs Kooijman Date: Fri, 14 Aug 2009 14:17:32 +0000 (+0200) Subject: Add lambdasimpl normalization pass. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=54c88305aa2318400f1e74effa22ed44627339b4;hp=54c88305aa2318400f1e74effa22ed44627339b4;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Add lambdasimpl normalization pass. This pass puts the value of a lambda in a let binding, to make a lambda always evaluate to either a let or a simple variable reference. This was previously not needed, since there used to be a let always (even an empty one), but this is no longer the case. ---