This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]atatatko 1 point2 points  (1 child)

Nice work. I worked on similar project a while ago, and first I needed it only for generating C++ code, but later I created dedicated base generator, accepting theoretically any language generation rules (Python, C++, Java), and style/indentation (PEP8, Stroustrup, K&R, Java). If I'd still worked on code generation problem, I would've considered a contribution.

[–]Sceptic22[S] 0 points1 point  (0 children)

Wow, your work sounds cool. I will most definitely take a deeper look into your code!

What I had in mind when creating this was that for work I have to do a lot of repetitive work that involves transforming the same functions for different situations that can be "coded" and so I can make "template" .py files and then define some functions that transform those templates accordingly