diff options
| author | Teddy <ted.sybil@gmail.com> | 2013-08-03 23:09:59 +0800 |
|---|---|---|
| committer | Teddy <ted.sybil@gmail.com> | 2013-08-03 23:09:59 +0800 |
| commit | c66dc142d240ec2e2ae78201d9614de76535be38 (patch) | |
| tree | c9df286951328d7a477415946e8000beef6843ad /prototype | |
| parent | e462669c3c3cc04ea29420e14dbb589899d201ec (diff) | |
C++ version now works!
Diffstat (limited to 'prototype')
| -rwxr-xr-x | prototype/sketch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototype/sketch.py b/prototype/sketch.py index c51dad0..4fd5be1 100755 --- a/prototype/sketch.py +++ b/prototype/sketch.py @@ -535,6 +535,6 @@ while True: cmd = sys.stdin.readline() t.feed(cmd) try: - print e.run_expr(exp).ext_repr() + pdb.run("print e.run_expr(exp).ext_repr()") except Exception as exc: print exc |