goplus/gogen

Support multiple gox files.

Closed this issue · 1 comments

Right now gox seems to only support single file runs, not multiple file runs.

A potential need is to split the gox file into multiple in order to easily distinguish between gox with different responsibilities.

A classfile does not only contains a single .gox file, but a project file + multiple worker files. See https://github.com/goplus/gop/blob/main/doc/classfile.md#whats-classfile for details. YAP only has project class, it doesn't have worker classes. This is why it only support a single .gox file.