aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/generate.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/generate.go')
-rw-r--r--vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/generate.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/generate.go b/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/generate.go
new file mode 100644
index 0000000..841656a
--- /dev/null
+++ b/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/generate.go
@@ -0,0 +1,9 @@
1package hclsyntax
2
3//go:generate go run expression_vars_gen.go
4//go:generate ruby unicode2ragel.rb --url=http://www.unicode.org/Public/9.0.0/ucd/DerivedCoreProperties.txt -m UnicodeDerived -p ID_Start,ID_Continue -o unicode_derived.rl
5//go:generate ragel -Z scan_tokens.rl
6//go:generate gofmt -w scan_tokens.go
7//go:generate ragel -Z scan_string_lit.rl
8//go:generate gofmt -w scan_string_lit.go
9//go:generate stringer -type TokenType -output token_type_string.go