hcl/zclwrite
Martin Atkins efbcfd19b2 zclwrite: TokenGen interface has EachToken, not AppendToTokens
Although building a flat array of tokens is _one_ use-case for TokenGen,
this new approach means we can also use the interface to write to an
io.Writer without needing to produce an intermediate buffer.
2017-06-07 06:45:01 -07:00
..
ast.go zclwrite: foundations of the writer parser 2017-06-06 08:53:13 -07:00
doc.go zclwrite: stub of zcl code generation package 2017-05-29 16:05:34 -07:00
native_node_sorter.go zclwrite: foundations of the writer parser 2017-06-06 08:53:13 -07:00
parser_test.go zclwrite: foundations of the writer parser 2017-06-06 08:53:13 -07:00
parser.go zclwrite: use a single, flat writer token buffer 2017-06-07 06:38:41 -07:00
tokens.go zclwrite: TokenGen interface has EachToken, not AppendToTokens 2017-06-07 06:45:01 -07:00