Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 590 Bytes

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.