Protean-Labs / mesh

The Mesh Engine that implements the Mesh Language, a computational language for web3.
Apache License 2.0
1 stars 0 forks source link

Bugfix/85 #90

Open cvauclair opened 3 years ago

cvauclair commented 3 years ago

Eval: -Refactor eval_exn function into single function that returns both the updated environment and the value returned by the expression. -Fix bug where let bindings would not evaluate to unit

Test: -Add test for previously failing case (see #85)

Closes #85