read from streams.

This commit is contained in:
Mark Thom
2019-04-13 18:40:17 -06:00
parent ed17867be0
commit ae90554378
25 changed files with 1657 additions and 1318 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.51"
version = "0.8.52"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
repository = "https://github.com/mthom/scryer-prolog"
description = "A modern Prolog implementation written mostly in Rust."
@@ -14,8 +14,8 @@ cfg-if = "0.1.7"
downcast = "0.10.0"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = "0.8.18"
readline_rs_compat = { version = "0.1.7", optional = true }
prolog_parser = { version = "0.8.19", path = "../prolog_parser" }
readline_rs_compat = { version = "0.1.8", path = "../readline.rs", optional = true }
ref_thread_local = "0.0.0"
[dependencies.termion]