kkrt-labs / stwo-brainfuck

A ZK-VM for the Brainfuck language, based on Stwo
12 stars 2 forks source link

refactor: move `trace_evaluation` of Memory component to a `MemoryTable` method #77

Closed zmalatrax closed 2 hours ago

zmalatrax commented 2 hours ago

The trace_evaluation function can be integrated as a method of MemoryTable

zmalatrax commented 2 hours ago

Actually merged with #55