uxnemu: fix console_vector handling

This commit is contained in:
Lobo 2025-11-28 13:18:25 -03:00
parent 0c0bcb7e73
commit 9ee039f413
6 changed files with 103 additions and 80 deletions

View file

@ -1,5 +1,10 @@
# Uxn\_of\_ocaml
Yet another Uxn core, this time as an OCaml library.
An Uxn emulator library for OCaml 5 (as it uses effect handlers)
It has no dependencies, and depends on OCaml >=5.3 for its effect syntax.
It was made for use in [Llop], a concatenative language targetting the Uxn
virtual machine, but can be used for other purposes. See `exe/uxnemu.ml` for
a minimal Uxn/Varvara emulator that should be[1] able to run programs like
Drifloon.
[1]: Should be, because it's still a work in progress.