index inlined and builtin clausetypes inside a BTreeMap

This commit is contained in:
Mark Thom
2019-03-26 21:59:50 -06:00
parent 44f762a4f0
commit 32c8a5e55f
7 changed files with 92 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.20"
version = "0.8.21"
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,9 @@ cfg-if = "0.1.7"
downcast = "0.9.1"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = "0.8.1"
prolog_parser = "0.8.2"
readline_rs_compat = { version = "0.1.7", optional = true }
ref_thread_local = "0.0.0"
[dependencies.termion]
version = "1.4.0"