]> Repositorios git - scryer-prolog.git/commit
Resolve lints and format
authorinfogulch <[email protected]>
Sat, 4 Nov 2023 07:16:54 +0000 (02:16 -0500)
committerinfogulch <[email protected]>
Sat, 4 Nov 2023 07:16:54 +0000 (02:16 -0500)
commit9444e62df9820d6bfd96dbd8849e177bc5cecc2e
treedff856d768369d7f5aeac4fc999df75702b16027
parentdddffb01a6dcdbddf77a000f04b9623bd10e65c4
Resolve lints and format
58 files changed:
build/instructions_template.rs
build/main.rs
build/static_string_indexing.rs
src/allocator.rs
src/arena.rs
src/arithmetic.rs
src/atom_table.rs
src/bin/scryer-prolog.rs
src/codegen.rs
src/debray_allocator.rs
src/ffi.rs
src/forms.rs
src/heap_iter.rs
src/heap_print.rs
src/http.rs
src/indexing.rs
src/iterators.rs
src/lib.rs
src/machine/args.rs
src/machine/arithmetic_ops.rs
src/machine/attributed_variables.rs
src/machine/compile.rs
src/machine/copier.rs
src/machine/cycle_detection.rs
src/machine/disjuncts.rs
src/machine/dispatch.rs
src/machine/gc.rs
src/machine/heap.rs
src/machine/lib_machine.rs
src/machine/load_state.rs
src/machine/loader.rs
src/machine/machine_errors.rs
src/machine/machine_indices.rs
src/machine/machine_state.rs
src/machine/machine_state_impl.rs
src/machine/mock_wam.rs
src/machine/mod.rs
src/machine/parsed_results.rs
src/machine/partial_string.rs
src/machine/preprocessor.rs
src/machine/stack.rs
src/machine/streams.rs
src/machine/system_calls.rs
src/machine/unify.rs
src/parser/ast.rs
src/parser/char_reader.rs
src/parser/lexer.rs
src/parser/macros.rs
src/parser/mod.rs
src/parser/parser.rs
src/raw_block.rs
src/rcu.rs
src/read.rs
src/targets.rs
src/types.rs
src/variable_records.rs
tests/scryer/issues.rs
tests/scryer/src_tests.rs