diff --git a/README.org b/README.org index 6505968..9f86768 100644 --- a/README.org +++ b/README.org @@ -24,7 +24,7 @@ - Immediate-mode canvas-based 3D rendering with low-poly 5th-6th gen console aesthetics. - 2D overlays styled after ImGui. - [[https://www.libsdl.org/][SDL2]] backend for input, audio, and cross-platform compatibility. - - Tree-walk interpreter + stack-based bytecode VM: + - Tree-walk interpreter: - Compile bytecode to files for performance. - REPL with hot-code reloading for rapid iteration. - Emacs major mode included; Vim, VSCode, and Lite XL support planned.