aboutsummaryrefslogtreecommitdiff
path: root/TODO.rst
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 /TODO.rst
parente462669c3c3cc04ea29420e14dbb589899d201ec (diff)
C++ version now works!
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
new file mode 100644
index 0000000..99dccee
--- /dev/null
+++ b/TODO.rst
@@ -0,0 +1,3 @@
+- Better judgement of continuation exit
+- Better inherit relationship between Cons and EvalObj
+- Replace many `dynamic_cast` with `static_cast`