]> Repositorios git - scryer-prolog.git/commit
remove use statements from main.rs that temporary replaced extern crate and fixed...
authorSkgland <[email protected]>
Sat, 6 Feb 2021 18:30:46 +0000 (19:30 +0100)
committerSkgland <[email protected]>
Sat, 6 Feb 2021 21:13:04 +0000 (22:13 +0100)
commit8e5954f36f6d08be9422c8edfe3fb24df1eeb1d8
tree471943f4ee9b1edc669e2b18d81460955e8dbdc1
parentb53ef148a096887370443487c1a2678ae3d33ee7
remove use statements from main.rs that temporary replaced extern crate and fixed paths that previously used them
29 files changed:
src/allocator.rs
src/arithmetic.rs
src/clause_types.rs
src/codegen.rs
src/debray_allocator.rs
src/fixtures.rs
src/forms.rs
src/heap_iter.rs
src/heap_print.rs
src/indexing.rs
src/instructions.rs
src/iterators.rs
src/machine/arithmetic_ops.rs
src/machine/attributed_variables.rs
src/machine/compile.rs
src/machine/heap.rs
src/machine/load_state.rs
src/machine/machine_errors.rs
src/machine/machine_indices.rs
src/machine/machine_state.rs
src/machine/machine_state_impl.rs
src/machine/mod.rs
src/machine/preprocessor.rs
src/machine/streams.rs
src/machine/system_calls.rs
src/machine/term_stream.rs
src/main.rs
src/read.rs
src/targets.rs