aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormryouse2022-05-10 04:40:42 +0000
committermryouse2022-05-10 04:40:42 +0000
commitd1ea786cb3b1b0ab46b51fba1fc69ba7bb8f470c (patch)
tree37d5515833a3676f409235bdd1d4cded9ceb7cb9
parent12a2caa02af85f91f862d87ab0b518020751197c (diff)
add a todo list
-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