From 09e74ca747d49c69eebd0013f12c9fd5b26c07d7 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 25 Sep 2022 17:15:16 +0300 Subject: Improve docs --- todo.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 todo.md (limited to 'todo.md') 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 -- cgit v1.3