aboutsummaryrefslogtreecommitdiff
path: root/prototype
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-03 23:09:59 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-03 23:09:59 +0800
commitc66dc142d240ec2e2ae78201d9614de76535be38 (patch)
treec9df286951328d7a477415946e8000beef6843ad /prototype
parente462669c3c3cc04ea29420e14dbb589899d201ec (diff)
C++ version now works!
Diffstat (limited to 'prototype')
-rwxr-xr-xprototype/sketch.py2
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