circomkit
circomkit copied to clipboard
Add a symbol viewer function
For example, it should output a list of pairs which the CLI prints out as something like:
| Symbol | Value |
|---|---|
main.in |
1 |
main.comp.in1 |
2 |
main.comp.in1 |
3 |
main.out |
4 |
and such.
Use console.table!