MCPcopy 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
7type compileCase struct {
8 exp string
9 ret string
10 start StartToken
11}
12
13var g_compileCases = []compileCase{
14 {"1+2", "3", EvalInput},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected