]> Repositorios git - scryer-prolog.git/commit
Allowing paths in use_module(library(..)) (#604)
authornotoria <[email protected]>
Wed, 1 Jul 2020 08:22:17 +0000 (10:22 +0200)
committernotoria <[email protected]>
Wed, 1 Jul 2020 08:22:17 +0000 (10:22 +0200)
commit83268f5ff6ede831cd7bf7d897d1701c1a7cc642
tree140794b85ffae364a14b7de49bbcc66df100e727
parent1eb42654e07a0d9c83b505fc092a2721a698f39a
Allowing paths in use_module(library(..)) (#604)

In a module, the path is restricted in being an atom.
Cargo.lock
build.rs
src/lib/tabling.pl
src/lib/tabling/batched_worklist.pl
src/lib/tabling/table_data_structure.pl
src/lib/tabling/table_link_manager.pl
src/machine/compile.rs
src/machine/mod.rs
src/toplevel.pl