diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/symbol.go')
-rw-r--r-- | vendor/github.com/d5/tengo/compiler/symbol.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/symbol.go b/vendor/github.com/d5/tengo/compiler/symbol.go deleted file mode 100644 index bcd53234..00000000 --- a/vendor/github.com/d5/tengo/compiler/symbol.go +++ /dev/null @@ -1,9 +0,0 @@ -package compiler - -// Symbol represents a symbol in the symbol table. -type Symbol struct { - Name string - Scope SymbolScope - Index int - LocalAssigned bool // if the local symbol is assigned at least once -} |