Skip to content

Commit

Permalink
refactor: add new ProcessorTable and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Dec 11, 2024
1 parent 47d2f5a commit a5fc00d
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 69 deletions.
2 changes: 1 addition & 1 deletion crates/brainfuck_prover/src/components/memory/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ impl From<Vec<Registers>> for MemoryIntermediateTable {
}
}

/// Represents a single row of the [`MemoryIntermediateTable`].
/// Represents a single entry of the [`MemoryIntermediateTable`].
///
/// Represents the registers used by the Memory Table of a single step from the execution trace.
///
Expand Down
Loading

0 comments on commit a5fc00d

Please sign in to comment.