Closed thesecretmaster closed 5 years ago
I'd like to integrate the readline library so that we can do manual testing before we have a networking layer set up. It'd be a little prompt where you could run commands like set <idx/key> <value> and get <idx/key>.
readline
set <idx/key> <value>
get <idx/key>
This isn't quite done, because it's not going to look the way I want until we've implemented #4. Current syntax is like so:
> store int <number> DONE: <index> > get int <index> DONE: <number>
I'd like to integrate the
readline
library so that we can do manual testing before we have a networking layer set up. It'd be a little prompt where you could run commands likeset <idx/key> <value>
andget <idx/key>
.