aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
blob: 6d6c484eccd374e57ba01c8bd3d2af379006165c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# TODO

In order of priority

- Add row index to "<repl>" filename in AST
- Add proper module system
    - Make exports a return value of runXXX functions
- Write function let expressions properly using lookups
- Write tests!
- Come up with a name for the language
- Add auto import for standard library (std) and a flag to disable auto import
- Add effects system (see `examples/effects-concept.lisp`)