Zokrates / ZoKrates

A toolbox for zkSNARKs on Ethereum
https://zokrates.github.io
GNU Lesser General Public License v3.0
1.81k stars 361 forks source link

Add sourcemaps #1285

Closed Schaeff closed 1 year ago

Schaeff commented 1 year ago

Goal: each ir statement has a span linking back to the original source Non goal: each ir expression has a span (can be a separate PR, and is less useful for analysis as we care mostly about constraints)

Changes:

Schaeff commented 1 year ago

Let's make sure we squash before merge