hcl/zclwrite
Martin Atkins e100bf4723 zclsyntax: generate lexer diagnostics
There are certain tokens that are _never_ valid, so we might as well
catch them early in the Lex... functions rather than having to handle
them in many different contexts within the parser.

Unfortunately for now when such errors occur they tend to be echoed by
more confusing errors coming from the parser, but we'll accept that for
now.
2017-06-04 07:34:26 -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 zclsyntax: generate lexer diagnostics 2017-06-04 07:34:26 -07:00
tokens.go zclwrite: convert zclsyntax tokens into zclwrite tokens 2017-05-29 16:59:20 -07:00