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 6723e69 commit 1cd950aCopy full SHA for 1cd950a
docs/Visitor-And-Patch.md
@@ -1,6 +1,6 @@
1
-# Visitor
+# Visitor and Patch
2
3
-[ast](https://pkg.go.dev/github.com/antonmedv/expr/ast?tab=doc) package provides `ast.Visitor` interface and `ast.BaseVisitor` implementation.
+[ast](https://pkg.go.dev/github.com/antonmedv/expr/ast?tab=doc) package provides `ast.Visitor` interface and `ast.Walk` function.
4
You can use it for traveling ast tree of compiled program.
5
6
For example if you want to collect all variable names:
0 commit comments