summaryrefslogtreecommitdiff
path: root/test/baseline/cmd-script.test
Commit message (Collapse)AuthorAgeFilesLines
* Many improvements to lambdas and function callingJohn Wiegley2012-03-081-0/+4
|
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-051-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 PythonJohn Wiegley2012-03-011-0/+9
|
* Corrected handling of nested definitionsJohn Wiegley2012-02-211-0/+3