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