You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
271: Lambda fixes r=WireBaron a=JLockerman
Two minor fixes to lambdas:
1. Allow newlines within lambdas.
2. Allow the parsing of multiple successive `let`s instead of stopping
at the first.
Altogether this allows the parsing of expressions such as
```SQL
let $foo = -2;
let $bar = $foo * $foo;
$bar * $bar
```
Co-authored-by: Joshua Lockerman <[email protected]>
0 commit comments