diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..a623bea --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +# TODO + +In no particular order: +- [ ] String manipulation +- [ ] Math functions (trig, sqrt, etc.) +- [ ] File I/O +- [ ] Input reading +- [ ] Anonymous functions +- [ ] Lists +- [ ] Maps +- [ ] String formatting +- [ ] Warnings \ No newline at end of file