You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the method from CircomFilesVisitor for parsing. However, the parsing result is coarse-grained and does not parse each statement in the Circom program.
I used the method from CircomFilesVisitor for parsing. However, the parsing result is coarse-grained and does not parse each statement in the Circom program.
test.ts
I want to obtain a fine-grained parse tree at the statement level, like the one on the far right in the image. What should I do?
The text was updated successfully, but these errors were encountered: