Closed technomancy closed 11 years ago
The OCaml port of readline doesn't support customizing tab-completion or kill-ring commands, so calling out to GNU Readline might be a better approach. However, there seem to be problems invoking readline via ffi: https://github.com/ocamllabs/ocaml-ctypes/issues/71
Basic implementation exists in the
Repl
module. Needs:Completion can be done later.