fix docs (again)

This commit is contained in:
zongor 2025-06-14 15:24:42 -04:00
parent 6d2e31aa24
commit ada524e6a4
1 changed files with 1 additions and 1 deletions

View File

@ -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.