hcl/zcl/zclsyntax
Martin Atkins 63fcfd6b7d zclsyntax: include a token for the end of a template sequence
Although this end symbol appears as just a close-brace in source, it's
worth differentiating it because the scanner must differentiate it anyway
(to recognize moving back into template-scanning mode) and it avoids the
parser from having to similarly re-recognize the difference.
2017-05-28 07:20:39 -07:00
..
didyoumean_test.go zclsyntax: "Did you mean ...?" helper function 2017-05-25 07:14:29 -07:00
didyoumean.go zclsyntax: "Did you mean ...?" helper function 2017-05-25 07:14:29 -07:00
doc.go zclsyntax: Start to stub out the zclsyntax package 2017-05-23 08:05:44 -07:00
expression_test.go Update cty references to its new home in the zclconf github account 2017-05-27 17:35:44 -07:00
expression_vars_gen.go Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
expression_vars.go Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
expression.go Update cty references to its new home in the zclconf github account 2017-05-27 17:35:44 -07:00
file.go Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
generate.go zclsyntax: scanner to return whole token slice at once 2017-05-28 07:11:24 -07:00
node.go Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
scan_tokens.go zclsyntax: scanner to return whole token slice at once 2017-05-28 07:11:24 -07:00
scan_tokens.rl zclsyntax: scanner to return whole token slice at once 2017-05-28 07:11:24 -07:00
structure.go Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
token.go zclsyntax: include a token for the end of a template sequence 2017-05-28 07:20:39 -07:00
variables.go Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
walk.go Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00