hcl/hcl
Mitchell Hashimoto 681623f4e1 hcl: don't allow nested comments
This copies C's behavior and disallows nested block comments. It ignores
a new /* within an existing block comment and ends at the first */
2015-06-23 21:34:40 -07:00
..
test-fixtures hcl: don't allow nested comments 2015-06-23 21:34:40 -07:00
hcl_test.go hcl package for hcl parsing 2014-08-02 11:41:10 -07:00
lex_test.go hcl: support "." in identifier 2014-12-17 11:39:45 -08:00
lex.go hcl: don't allow nested comments 2015-06-23 21:34:40 -07:00
object.go hcl: use stringer to generate string values for ValueType 2015-01-15 15:12:25 -08:00
parse_test.go hcl: trailing comma support in HCL 2014-09-30 14:58:50 -07:00
parse.go Modified to import github.com/hashicorp/go-multierror rather than terraform's multierror. 2014-12-24 17:49:50 -05:00
parse.y parse floats 1.02 properly [GH-19] 2014-11-12 21:29:07 -08:00
valuetype_string.go hcl: don't allow nested comments 2015-06-23 21:34:40 -07:00
y.go parse floats 1.02 properly [GH-19] 2014-11-12 21:29:07 -08:00