migrate to rustyline, add history support

This commit is contained in:
Mark Thom
2019-09-26 11:25:05 -06:00
parent 529b664bf3
commit 2c1c1b7d12
8 changed files with 122 additions and 155 deletions

View File

@@ -2,6 +2,7 @@ extern crate dirs;
extern crate ordered_float;
extern crate prolog_parser;
extern crate rug;
extern crate rustyline;
#[macro_use]
mod macros;