aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-12-22 01:37:38 +0100
committerDrahflow <drahflow@gmx.de>2014-12-22 01:37:38 +0100
commitd961abf61255429f84b8a6578fe04f2cfedf9395 (patch)
tree7be3534c7d7bb791e84b91ff1e89c8f7719ed913 /TODO
parentd1f3d835f4cad82245ff1304f5c77f00ed79d7f6 (diff)
Splay trees
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5f05810
--- /dev/null
+++ b/TODO
@@ -0,0 +1,11 @@
+* abstract data types (trees)
+* negative array index access (also fix lists) (maybe introduce imod?)
+ * afterwards fix the 'l len 1 sub' into '1 neg' in tree.ey again
+* lt/gt/le/ge on strings
+* hashed nametables
+* utf8
+* glob
+
+* stack underflow protection
+* input prompt
+* better interactive error handling when interpreting from stdin