hcl/zclwrite
Martin Atkins f94c89a6a5 zclsyntax: differentiate quoted and unquoted string literals
The context where a string literal was found affects what sort of escaping
it can have, so we need to distinguish these cases so that we will only
look for and handle backslash escapes in quoted strings.
2017-05-30 19:03:25 -07:00
..
ast.go zclwrite: stub of zcl code generation package 2017-05-29 16:05:34 -07:00
doc.go zclwrite: stub of zcl code generation package 2017-05-29 16:05:34 -07:00
parser_test.go zclsyntax: differentiate quoted and unquoted string literals 2017-05-30 19:03:25 -07:00
parser.go zclwrite: convert zclsyntax tokens into zclwrite tokens 2017-05-29 16:59:20 -07:00
tokens.go zclwrite: convert zclsyntax tokens into zclwrite tokens 2017-05-29 16:59:20 -07:00