do not exit repl if something went wrong

This commit is contained in:
Stepan Koltsov
2012-06-14 18:30:49 +04:00
parent e0c389b239
commit 970c2ae1f9
11 changed files with 325 additions and 57 deletions
@@ -0,0 +1,6 @@
>>> throw Exception("hi there")
stack trace
>>> fun foo() = 2
null
>>> foo()
2