https://github.com/nethermindeth/surveyor
R1CS binary format to Lean extractor
https://github.com/nethermindeth/surveyor
Last synced: about 1 year ago
JSON representation
R1CS binary format to Lean extractor
- Host: GitHub
- URL: https://github.com/nethermindeth/surveyor
- Owner: NethermindEth
- License: apache-2.0
- Created: 2025-02-11T03:35:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T03:03:01.000Z (over 1 year ago)
- Last Synced: 2025-05-07T21:06:29.832Z (about 1 year ago)
- Language: Haskell
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Surveyor
R1CS binary format to Lean extractor.
## Dependencies
Requires Haskell stack.
## Usage
```
stack run *.r1cs
```
Resulting extracted Lean outputted to stdout, tested with `leanprover/lean4:v4.17.0-rc1`.
See `examples/circom/` for circom examples and `examples/Lean` for extracted examples.