File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,3 @@ if (errorListener.hasErrors()) {
4545 throw new ParserError (errorListener .getErrors ());
4646}
4747```
48-
49- ## Reference: Built-in Visitors
50-
51- You can use the built-in visitors provided in this package as a reference or starting point for your own implementations:
52- - [ CircomTemplateVisitor] ( ./src/builtin/CircomTemplateVisitor.ts )
53- - [ CircomIncludeVisitor] ( ./src/builtin/CircomIncludeVisitor.ts )
54- - [ CircomMainComponentVisitor] ( ./src/builtin/CircomMainComponentVisitor.ts )
55- - [ CircomExpressionVisitor] ( ./src/builtin/CircomExpressionVisitor.ts )
56-
57- ## Known limitations
58-
59- 1 . Function calls inside the main component declaration or expressions are not supported.
60- 2 . Currently, all 'simple' expressions are evaluated as-is, without accounting for the module.
You can’t perform that action at this time.
0 commit comments