1 Repo
Systems that produce source code which in turn generates further code in a chain.
Distinct from Source Generators: Distinct from Source Generators: focuses on recursive chains of code generation rather than build-time injection.
Explore 1 awesome GitHub repository matching development tools & productivity · Recursive Generators. Refine with filters or upvote what's useful.
This project is a multi-language quine relay, a collection of source code files where each program outputs the source code for the next in a sequence until the original code is recreated. It serves as a technical demonstration of recursive program execution and polyglot code generation, verifying the integrity of multi-stage code cycles across diverse programming languages. The system distinguishes itself through automated relay orchestration, which triggers sequential compilation and execution steps to ensure the entire chain functions correctly. Each program contains the encoded logic requi
Constructs programs that output the exact source code of the subsequent program in a recursive chain.