ligo/vendors/ligo-utils
Christian Rinderknecht dad9b0f816 Refactoring of the AST and simplfier of PascaLIGO.
Some weeks ago, anonymous functions as expressions were added to
PascaLIGO, unfortunately in a manner that allowed in theory for
contexts in which a named function was found when an anonymous was
expected, and vice-versa. That explains that the simplifier had two new possible errors:

   * unexpected_anonymous_function
     ("you provided a function declaration without name")
   * unexpected_named_function

I changed the AST and the parser so that function expressions
correspond to anonymous functions (without block) and function
declarations correspond to named functions.

I also removed a error in the simplifier, which was unused:

   * bad_bytes
     ("you provided a function expression with a name (remove it)")
2020-01-09 17:26:07 +01:00
..
memory-proto-alpha Unignore dune-project 2019-12-19 19:53:10 +00:00
proto-alpha-utils More informative errors when calling michelson typecheck function 2020-01-03 15:25:37 +01:00
simple-utils Refactoring of the AST and simplfier of PascaLIGO. 2020-01-09 17:26:07 +01:00
tezos-protocol-alpha exposing context type to be able to modify the timestamps in the tests 2019-12-20 12:18:36 +01:00
tezos-protocol-alpha-parameters Unignore dune-project 2019-12-19 19:53:10 +00:00
tezos-utils Unignore dune-project 2019-12-19 19:53:10 +00:00
.gitignore move before merging repositories 2019-05-27 11:08:26 +02:00