update README!

This commit is contained in:
Lobo 2025-12-03 22:30:32 -03:00
parent 5d28728e61
commit d49bac83c3

View file

@ -2,9 +2,6 @@ Yet another Uxn core, this time as an OCaml library.
It has no dependencies, and depends on OCaml >=5.3 for its effect syntax. 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 It was made for use in Llop, a concatenative language targetting the Uxn virtual
virtual machine, but can be used for other purposes. See `exe/uxnemu.ml` for machine, but can be used for other purposes. See `exe/uxnemu.ml` for a minimal
a minimal Uxn/Varvara emulator that should be[1] able to run programs like Uxn/Varvara emulator that is able to run programs like Drifloon.
Drifloon.
[1]: Should be, because it's still a work in progress.