* Implemented tryEval, the last missing primop in the fast-eval
branch. Also added a test for tryEval.
This commit is contained in:
parent
1a8eb6e3ec
commit
81a4b4e49b
3 changed files with 12 additions and 12 deletions
1
tests/lang/eval-okay-tryeval.exp
Normal file
1
tests/lang/eval-okay-tryeval.exp
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ x = { value = "x"; success = true; }; y = { value = false; success = false; }; z = { value = false; success = false; }; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue