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
* REPL: add variant option
* .
* Fix bug: yield new array (#40)
* fix bug: yield new array for array expression
* Add user friendly REPL message (#43)
* add user friendly REPL message
* Add randomized amb operator (#15)
Adds the ambR operator which functions similarly to amb
but makes choices randomly instead of sequentially.
Also adds landing page and library documentation for
the operator, and adds this operator into the specs.
* Add while loops (#39)
This PR adds support for while loops, including break,
continue and return statements in the loop body.
It also tweaks the scheduler so that stackoverflow errors
are captured and displayed to the user.
Co-authored-by: anubh-v <[email protected]>
* Clear the stack trace of any error created in REPL (#46)
* Add for loops (#41)
This PR adds support for for loops, including break,
continue and return statements in the loop body.
Co-authored-by: Anubhav <[email protected]>
* Add documentation for loops (#44)
Co-authored-by: anubh-v <[email protected]>
* Improve comments in non-det interpreter (#47)
* Remove unhelpful comment
* Fix spelling in comment
* allow only supported chapter and variant combinations
* format
Co-authored-by: martin-henz <[email protected]>
Co-authored-by: anubh-v <[email protected]>
Co-authored-by: Anubhav <[email protected]>
0 commit comments