diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/ast/ast.go')
-rw-r--r-- | vendor/github.com/d5/tengo/compiler/ast/ast.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/ast/ast.go b/vendor/github.com/d5/tengo/compiler/ast/ast.go new file mode 100644 index 00000000..9fd06728 --- /dev/null +++ b/vendor/github.com/d5/tengo/compiler/ast/ast.go @@ -0,0 +1,5 @@ +package ast + +const ( + nullRep = "<null>" +) |