/gcgen

general code generator

Primary LanguagePython

GCGEN: General Code Generator

A tool which permits straight-forward code generation driven by plain Python. Gcgen lets you insert generated code into existing files, surrounded by hand-written code or create new files from scratch. It also helps you build and share context, providing ways to load in data which is used when processing your code-generation code.

Please see site: https://jwdevantier.github.io/gcgen/ for details.