technomancy / grenchman

Sorry about the name
GNU General Public License v3.0
217 stars 8 forks source link

Implement completion in Repl module #12

Open technomancy opened 11 years ago

technomancy commented 11 years ago

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.

technomancy commented 10 years ago

This is blocked on the release of ctypes 0.2.

Leonidas-from-XIV commented 9 years ago

ctypes 0.2 is released (OPAM actually already ships 0.3)