]> Repositorios git - scryer-prolog.git/commit
make *.pl files in src/prolog/lib available from libraries.rs
authorMark Thom <[email protected]>
Fri, 27 Sep 2019 05:10:04 +0000 (23:10 -0600)
committerMark Thom <[email protected]>
Fri, 27 Sep 2019 05:10:04 +0000 (23:10 -0600)
commit9a83ccbdbcbdb6dd8792bddcecdf245184fd143e
tree85401327de24ed48dd4c8048d93be7e0ed34c6ab
parent2c1c1b7d12141fe4fd5d5b059b1fc78581cb2c4e
make *.pl files in src/prolog/lib available from libraries.rs
19 files changed:
Cargo.toml
build.rs [new file with mode: 0644]
src/prolog/examples/domain.pl
src/prolog/examples/expert_system.pl
src/prolog/examples/minatotask.pl
src/prolog/examples/plres.pl
src/prolog/lib/assoc.pl
src/prolog/lib/atts.pl
src/prolog/lib/between.pl
src/prolog/lib/dcgs.pl
src/prolog/lib/diag.pl
src/prolog/lib/dif.pl
src/prolog/lib/freeze.pl
src/prolog/lib/ordsets.pl
src/prolog/lib/reif.pl
src/prolog/lib/terms.pl
src/prolog/machine/compile.rs
src/prolog/machine/mod.rs
src/prolog/read.rs