aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2023-03-02 20:03:52 -0800
committer3gg <3gg@shellblade.net>2023-03-02 20:03:52 -0800
commit664006b1c42aae84a3c749d9b71c1047e0b8ffcf (patch)
treee08f8af944b132742b3bb1d240d8954328e667e5 /README.md
Initial commit.HEADmain
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.