diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 |
