hcl/hcl
Mitchell Hashimoto 6000b27b60
hcl/parser: don't print "illegal"
We shouldn't output any text during parsing, that's just strange!

token.ILLEGAL happens when the scanner has an error. This error is
recorded in `scerr` during parsing which is eventually returned out.
Therefore, we handle the error properly. We can simply return a backup
error here in case we don't (scanner errors are checked first).
2016-11-30 12:55:04 -08:00
..
ast hcl/parser: literal elements in a list can have a lead comment 2016-10-08 14:40:39 +08:00
fmtcmd hcl/fmtcmd: Clarify docs for Options.Diff 2016-04-28 18:03:01 +01:00
parser hcl/parser: don't print "illegal" 2016-11-30 12:55:04 -08:00
printer Support multiline string literals in HCL only in HIL fragments 2016-11-24 22:59:50 +03:00
scanner Support multiline string literals in HCL only in HIL fragments 2016-11-24 22:59:50 +03:00
strconv Support multiline string literals in HCL only in HIL fragments 2016-11-24 22:59:50 +03:00
test-fixtures hcl/parser: Support lists of objects 2016-07-06 13:01:52 -05:00
token hcl: don't escape ANYTHING in ${}, let lower layer handle it 2016-09-09 19:56:15 -06:00