From 664006b1c42aae84a3c749d9b71c1047e0b8ffcf Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 2 Mar 2023 20:03:52 -0800 Subject: Initial commit. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f259c4 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Lang Project + +## VM + +- Add support for type information in a separate stack. +- Add understanding for record types so that we can view and debug rich types. +- Add understanding of functions, or at least labels, so that we can hot-reload + them. + +## VM Runner + +- Text protocol over stdout -> websocketd -> web UI +- Render stack view with type info, VM state view, etc. +- Ability to step through code and view all information. -- cgit v1.2.3