MCPcopy 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
37func (t *TokenType) Value() string {
38 return t.value
39}
40
41// Tokenize Lexical analysis
42func Tokenize(str string) []*TokenType {

Callers 5

IntDeclareFunction · 0.80
AdditiveLoopFunction · 0.80
MultiplicativeLoopFunction · 0.80
PrimaryFunction · 0.80
AssignmentStatementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected