There is the CCodeGenerator , which is basically Slang, Smalltalk that is turned into basic C. I would like to expand it to generate C++ at some point for converting pharo code to C++ code that I will be able to add to Unreal. Though its a very low priority project for me.Personally I am against generalized solutions because they tend to be bad for specialized cases , on the other hand I welcome any code that I can use as inspiration for my own code generator.
http://smalltalkhub.com/#!/~PavelKrivanek/CCodeGenerator On Tue, Oct 18, 2016 at 8:25 AM Hern��n Morales Durand <hernan.morales@gmail.com> wrote:Hern��nCheers,- A Spec UI generator.- A state machine generator (based in the excellent paper of Trevor P. Hopkins)- A "settings framework" settings class generator.For example my own wish (roadmap) list:I want your opinion, which most useful thing would you like to be generated automatically? It could be a pattern, an idiom, another language...Hi guys,I am writing a code generator, doing a few iterations right now.
Let me know your thoughts.