hcl/zclwrite
Martin Atkins f8561de857 zclsyntax: permit dashes in identifiers
While this does create some ambiguity with arithmetic on variables, like
a-b, this is permitted by HCL and so we'll permit it for zcl too, at the
expense of requiring spaces to be used around minus signs for correct
interpretation.
2017-06-24 09:12:24 -07:00
..
ast_test.go zclwrite: Body.FindAttribute implementation 2017-06-11 18:24:15 -07:00
ast.go zclwrite: Body.FindAttribute implementation 2017-06-11 18:24:15 -07:00
doc.go zclwrite: stub of zcl code generation package 2017-05-29 16:05:34 -07:00
format_test.go zclsyntax: permit dashes in identifiers 2017-06-24 09:12:24 -07:00
format.go zclwrite: format shouldn't add spaces around attribute access dots 2017-06-24 09:08:49 -07:00
native_node_sorter.go zclwrite: foundations of the writer parser 2017-06-06 08:53:13 -07:00
parser_test.go zclwrite: parsing of blocks 2017-06-10 17:16:19 -07:00
parser.go zclwrite: parsing of blocks 2017-06-10 17:16:19 -07:00
public.go zclwrite: Rename "Parse" to "ParseConfig" 2017-06-07 08:28:43 -07:00
round_trip_test.go zclwrite: parsing of blocks 2017-06-10 17:16:19 -07:00
tokens.go zclwrite: Body.FindAttribute implementation 2017-06-11 18:24:15 -07:00