aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4f259c4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
1# Lang Project
2
3## VM
4
5- Add support for type information in a separate stack.
6- Add understanding for record types so that we can view and debug rich types.
7- Add understanding of functions, or at least labels, so that we can hot-reload
8 them.
9
10## VM Runner
11
12- Text protocol over stdout -> websocketd -> web UI
13- Render stack view with type info, VM state view, etc.
14- Ability to step through code and view all information.