2017-05-29 23:05:34 +00:00
|
|
|
// Package zclwrite deals with the problem of generating zcl configuration
|
|
|
|
// and of making specific surgical changes to existing zcl configurations.
|
|
|
|
//
|
|
|
|
// It operates at a different level of abstraction that the main zcl parser
|
|
|
|
// and AST, since details such as the placement of comments and newlines
|
|
|
|
// are preserved when unchanged.
|
2017-09-11 23:00:31 +00:00
|
|
|
package hclwrite
|