esl / ice

Apache License 2.0
2 stars 4 forks source link

Implement anonymous functions #56

Closed lucafavatella closed 10 years ago

lucafavatella commented 10 years ago

Implement anonymous functions reusing the semantics of the named ones.

There is only one type of anonymous function, that can take whatever mix of arguments (as named functions) plus optional frozen dimensions.

lucafavatella commented 10 years ago

See syntax example at https://github.com/esl/teaparser/blob/master/test/tparser_tests.erl#L265 .