ligo/tools
Kirill Kuvshinov 04724a1db2
[LIGO-47] Allow let .. in in lambda body
Problem: In multisig.mligo, else clause on line 36 ends on line 55,
while it should end on line 80. This happens because of incorrect
lambda parsing on lines 42-43. In particular, `let valid, keys = vk`
in lambda body gets parsed as a
`tuple (fun_app "let" "valid") (binary_op "=" "keys" "vk")`, and `in`
is considered as a part of the outer `let`.

Solution: Allow `_program` instead of `_expr` as the lambda body.
2020-09-15 11:22:15 +03:00
..
compact-ligo-ide Added compact IDE component 2020-04-25 10:51:01 +00:00
ligo-snippets add @babel/plugin-transform-runtime to ligo-snippets 2020-06-09 16:33:19 -07:00
lsp [LIGO-47] Allow let .. in in lambda body 2020-09-15 11:22:15 +03:00
webide chore(ide) Disable the ID Example contracts until LIGO-676 is resolved 2020-07-03 10:42:50 -07:00