aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authormryouse2022-05-11 03:41:52 +0000
committermryouse2022-05-11 03:41:52 +0000
commitbb09a338814e1ab6e77451a0cedf61341a4d75c8 (patch)
tree6568c978a75d927ebc5b758f28e648fe26145c06 /TODO.md
parenta34ff82ed07ce3187659c2e1dc23e1e60d3d9da6 (diff)
merge TODO into README, update
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