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