|
|
|
|
|
by cmrdporcupine
419 days ago
|
|
LambdaMOO versions from sometime in the mid-90s and up (and offshoots like ToastStunt and also my rewrite, mooR) let you override the builtin parser with $do_command. And the builtin one I wrote in mooR is built to be pluggable (Rust trait) so should be possible to swap it out. |
|