micropython/lib/mp-readline
Damien George a1a2c411b2 py, readline: Add tab autocompletion for REPL.
Can complete names in the global namespace, as well as a chain of
attributes, eg pyb.Pin.board.<tab> will give a list of all board pins.

Costs 700 bytes ROM on Thumb2 arch, but greatly increases usability of
REPL prompt.
2015-04-29 00:46:26 +01:00
..
readline.c py, readline: Add tab autocompletion for REPL. 2015-04-29 00:46:26 +01:00
readline.h mp-readline: Save "prompt" string in readline state. 2015-04-29 00:32:35 +01:00