Skip to content Skip to sidebar Skip to footer
Showing posts with the label Code Generation

Convert Python Objects To Python Ast-nodes

I have a need to dump the modified python object back into source. So I try to find something to co… Read more Convert Python Objects To Python Ast-nodes

How Should I Unit Test A Code-generator?

This is a difficult and open-ended question I know, but I thought I'd throw it to the floor and… Read more How Should I Unit Test A Code-generator?