aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..2c4239a
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,26 @@
+# TODO
+
+## Standard Library
+
+### Math
+- [ ] division (float)
+- [ ] division (int)
+- [ ] mod (int)
+- [ ] exponent
+
+### Strings
+- [ ] concat
+- [ ] substring
+- [ ] lower/uppercase
+
+### Control
+- [ ] if
+
+## Lists
+- [ ] lex
+- [ ] parse
+- [ ] evaluate
+
+## Symbols
+- [ ] define
+- [ ] access