We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04de1e0 commit b734641Copy full SHA for b734641
docs/Visitor-and-Patch.md
@@ -1,8 +1,8 @@
1
# Visitor and Patch
2
3
-[ast](https://pkg.go.dev/github.com/antonmedv/expr/ast?tab=doc) package provides
4
-`ast.Visitor` interface and `ast.Walk` function. You can use it for customizing
5
-of the AST before compiling.
+The [ast](https://pkg.go.dev/github.com/antonmedv/expr/ast?tab=doc) package
+provides `ast.Visitor` interface and `ast.Walk` function. You can use it for
+customizing of the AST before compiling.
6
7
For example, if you want to collect all variable names:
8
0 commit comments