grenchman
grenchman copied to clipboard
Implement completion in Repl module
According to the readline docs, we need to set the rl_completion_entry_function variable to a function pointer, but the ctypes docs don't really cover how that works.
This is blocked on the release of ctypes 0.2.
ctypes 0.2 is released (OPAM actually already ships 0.3)