Move that array: https://github.com/lazzy-cipher/batscript/blob/6bf8cd540b3eadd691e8bf2b09d5dfcb9ba71a5e/token.go#L67 Into that function: https://github.com/lazzy-cipher/batscript/blob/6bf8cd540b3eadd691e8bf2b09d5dfcb9ba71a5e/token.go#L110 To reduce the memory footprint when not converting a `TokenKind` to `string`.
Move that array:
batscript/token.go
Line 67 in 6bf8cd5
Into that function:
batscript/token.go
Line 110 in 6bf8cd5
To reduce the memory footprint when not converting a
TokenKindtostring.