Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many improvements to lambdas and function calling | John Wiegley | 2012-03-08 | 1 | -0/+4 |
| | |||||
* | Fixed invocation of lambda expressions | John Wiegley | 2012-03-05 | 1 | -0/+5 |
| | | | | | | | | | foo = x, y, z -> print(x, y, z) foo(1, 2, 3) However, this still does not work: (x, y, z -> print(x, y, z))(1, 2, 3) | ||||
* | Added more baseline testing, for valexprs and Python | John Wiegley | 2012-03-01 | 1 | -0/+9 |
| | |||||
* | Corrected handling of nested definitions | John Wiegley | 2012-02-21 | 1 | -0/+3 |