Each extension generator is then placed in an extension generator chain.
然后将每个扩展生成器放置在扩展生成器链中。
2
This functionality makes understanding and maintaining the generator easier, and also makes it possible to repurpose the generator for other language targets.
这一功能使理解和维护生成器更加容易,而且可以将生成器重定位到其他目标语言。
3
Using a test generator breaks this concept because the generator writes the test using the production code as input. The generated test is not a human restatement, it is an automatic translation.