hcl/zcl/zclsyntax
Martin Atkins 007b38797b zclsyntax: Expression.Variables implementation using AST walk
This function is effectively the implementation of Variables for all
expressions, but unfortunately we still need to declare a wrapper around
it as a method on every single expression type.
2017-05-24 08:05:52 -07:00
..
doc.go zclsyntax: Start to stub out the zclsyntax package 2017-05-23 08:05:44 -07:00
expression.go zclsyntax: Expression.Variables implementation using AST walk 2017-05-24 08:05:52 -07:00
file.go zclsyntax: Start to stub out the zclsyntax package 2017-05-23 08:05:44 -07:00
node.go zclsyntax: Start to stub out the zclsyntax package 2017-05-23 08:05:44 -07:00
structure.go zclsyntax: Structural AST nodes (blocks, bodies, etc) 2017-05-24 08:04:54 -07:00
variables.go zclsyntax: Expression.Variables implementation using AST walk 2017-05-24 08:05:52 -07:00
walk.go zclsyntax: Start to stub out the zclsyntax package 2017-05-23 08:05:44 -07:00