aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-09-25 17:15:16 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:53 +0200
commit09e74ca747d49c69eebd0013f12c9fd5b26c07d7 (patch)
tree3219be4fd948ee31428a4ea3050882efc3f851a8 /todo.md
parent2a35e9cb7ad4f0ed350362135dd0d3094db27d09 (diff)
Improve docs
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/todo.md b/todo.md
new file mode 100644
index 0000000..baebacf
--- /dev/null
+++ b/todo.md
@@ -0,0 +1,14 @@
+# TODO
+
+In order of priority
+
+- Make builtin math functions support both number types (integer and double)
+- Write tests!
+- Add builtins to convert from int to double and vice versa
+- Add builtin to convert to string
+- Add builtins to compare numbers (eq?, lt?)
+- Add flag to control whether computed values are automatically printed or not
+- Add import function with support for qualified imports
+- Come up with a name for the language
+- Add auto import for standard library (std)
+- Add flag to disable auto import of standard library