Skip to content

Commit 182716c

Browse files
committed
Add comment
1 parent d92e2ec commit 182716c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func Optimize(b bool) Option {
114114
}
115115
}
116116

117-
// TODO
117+
// Patch adds visitor to list of visitors what will be applied before compiling AST to bytecode.
118118
func Patch(visitor ast.Visitor) Option {
119119
return func(c *conf.Config) {
120120
c.Visitors = append(c.Visitors, visitor)

0 commit comments

Comments
 (0)