lx217197

Results 3 issues of lx217197

for k := range symbolTable { s += k } symbols_rx = regexp.MustCompile(fmt.Sprintf("(%s)", s)) func Tokenis (expr string) []string { if symbols_rx != nil { spaced = symbols_rx.ReplaceAllString(spaced, " ${1}...

### Proposal support ### Background a third-party package //go:build xxx package version I want to extract symbols from third party package yaegi extract -tag xxx version but it prompt "no...

enhancement
area/extract

Now: mContext := igop.NewContext(0) pkg, err := mContext.LoadDir("./go/item", false) if err != nil { panic(err) } mInterp, _ := mContext.NewInterp(pkg) r, err := mInterp.RunFunc("NewStructure", nil) if err != nil {...