]> Repositorios git - scryer-prolog.git/commit
prepare to add project_attributes/2 and attribute_goals/2
authorMark Thom <[email protected]>
Wed, 13 Feb 2019 21:18:41 +0000 (14:18 -0700)
committerMark Thom <[email protected]>
Wed, 13 Feb 2019 21:18:41 +0000 (14:18 -0700)
commitf616b4ddfdd207d6a734b96712c1d0880bf4706e
tree35ad2dd43542d5566cf8d308584892a8ebe94396
parent7edc2567a879ac2dbf04ae253fb51a2239317625
prepare to add project_attributes/2 and attribute_goals/2
14 files changed:
README.md
src/prolog/codegen.rs
src/prolog/debray_allocator.rs
src/prolog/fixtures.rs
src/prolog/instructions.rs
src/prolog/lib/dif.pl [new file with mode: 0644]
src/prolog/machine/attributed_variables.pl
src/prolog/machine/attributed_variables.rs
src/prolog/machine/machine_state_impl.rs
src/prolog/machine/mod.rs
src/prolog/machine/project_attributes.pl [new file with mode: 0644]
src/prolog/targets.rs
src/prolog/toplevel.rs
src/prolog/write.rs