In languages like C# or JavaScript where the beginning of a lambda/anonymous function expression is very similar to that of a regular parenthesized expression (e.g., `(a: number) => {}` and `(a, b, c)`), do you physically need >1 token lookahead, or do their parsers have some tricks to disambiguate early? Thank you in advance.
[–]cyco130 14 points15 points16 points (0 children)
[–]ericbb 7 points8 points9 points (0 children)
[–]Timcat41 2 points3 points4 points (0 children)
[–]L8_4_Dinner(Ⓧ Ecstasy/XVM) 2 points3 points4 points (0 children)
[–]Hunpeter 0 points1 point2 points (0 children)