Quantcast
Channel: Possible ways to determine reach of implicit lambda expressions - Programming Language Design and Implementation Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by tarzh for Possible ways to determine reach of implicit lambda...

Here's one: integrate the parser and type-checker so that only token trees (lexed tokens and parentheses groups) are initially parsed, then the compiler further parses outer expressions and type-checks...

View Article



Possible ways to determine reach of implicit lambda expressions

When defining an inline function, even the shortest way to do so usually requires naming its argument (unless you're going for the point-free style and you have an expression that returns a...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images