Skip to content

Commit ad5eefd

Browse files
authored
Merge pull request #5 from distributed-lab/fix/array-of-identifiers
Updat grammar. Fix bug with component array access
2 parents 5df1e95 + 7af1baa commit ad5eefd

File tree

5 files changed

+860
-705
lines changed

5 files changed

+860
-705
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
circom-g4-grammar

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@distributedlab/circom-parser",
33
"description": "Circom circuit parser built with ANTLR4",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)