aboutsummaryrefslogtreecommitdiff
path: root/token/tokentype_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'token/tokentype_string.go')
-rw-r--r--token/tokentype_string.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/token/tokentype_string.go b/token/tokentype_string.go
index f433400..e7e554e 100644
--- a/token/tokentype_string.go
+++ b/token/tokentype_string.go
@@ -4,9 +4,9 @@ package token
import "strconv"
-const _TokenType_name = "ILLEGALEOFIDENTINTSTRINGASSIGNPLUSMINUSBANGASTERISKSLASHLESSMOREEQNOT_EQCOMMASEMICOLONCOLONLPARENRPARENLBRACERBRACELBRACKETRBRACKETFUNCTIONLETTRUEFALSEIFELSERETURNMACRO"
+const _TokenType_name = "ILLEGALEOFIDENTINTEGERSTRINGASSIGNPLUSMINUSBANGASTERISKSLASHLESSMOREEQNOT_EQCOMMASEMICOLONCOLONLPARENRPARENLBRACERBRACELBRACKETRBRACKETFUNCTIONLETTRUEFALSEIFELSERETURNMACRO"
-var _TokenType_index = [...]uint8{0, 7, 10, 15, 18, 24, 30, 34, 39, 43, 51, 56, 60, 64, 66, 72, 77, 86, 91, 97, 103, 109, 115, 123, 131, 139, 142, 146, 151, 153, 157, 163, 168}
+var _TokenType_index = [...]uint8{0, 7, 10, 15, 22, 28, 34, 38, 43, 47, 55, 60, 64, 68, 70, 76, 81, 90, 95, 101, 107, 113, 119, 127, 135, 143, 146, 150, 155, 157, 161, 167, 172}
func (i TokenType) String() string {
if i < 0 || i >= TokenType(len(_TokenType_index)-1) {