Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goplus/py
/ compileCase
Struct
compileCase
code_test.go:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
compileCase
struct
{
8
exp string
9
ret string
10
start StartToken
11
}
12
13
var
g_compileCases = []compileCase{
14
{
"1+2"
,
"3"
, EvalInput},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected