prepare for improved (?) ambiguity checks

This commit is contained in:
Mark Thom
2019-01-22 20:50:07 -07:00
parent 498fe5247d
commit e92996126b
6 changed files with 83 additions and 170 deletions

View File

@@ -10,7 +10,7 @@ license = "BSD-3-Clause"
downcast = "0.9.1"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = "0.7.21"
prolog_parser = { version = "0.7.22", path = "../prolog_parser" }
[dependencies.termion]
version = "1.4.0"