Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ Value
Method
Value
token/token.go:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(t *TokenType) Value() string {
38
return
t.value
39
}
40
41
// Tokenize Lexical analysis
42
func
Tokenize(str string) []*TokenType {
Callers
5
IntDeclare
Function · 0.80
AdditiveLoop
Function · 0.80
MultiplicativeLoop
Function · 0.80
Primary
Function · 0.80
AssignmentStatement
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected