Hello guys
Hello guys,
Does anyone know a library to write Delphi source file? Something like https://github.com/square/javapoet?
Thanks in advance :D
https://github.com/square/javapoet
Does anyone know a library to write Delphi source file? Something like https://github.com/square/javapoet?
Thanks in advance :D
https://github.com/square/javapoet
i1.kym-cdn.com - i1.kym-cdn.com/photos/images/original/000/976/824/913.gif
ReplyDeleteSomething similar, I did some years ago, just an experiment github.com - TeeCode
ReplyDeleteAttila Kovacs (:
ReplyDeleteI found back the session where I used the code: it is supposed to be able to generate generics too. https://wiert.me/2010/08/18/speaking-at-delphi-live-2010-usa-and-ekon-14-germany/
TeeBI has a class to generate Delphi classes from databases, tables, etc https://github.com/Steema/BI/blob/master/src/delphi/BI.Delphi.Generator.pas and another class to do the opposite, using rtti to create a database or table structure from a Delph class, record, collection, TList etc: https://github.com/Steema/BI/tree/master/demos/delphi/vcl/ORM_RTTI
ReplyDeleteI wrote a code generator using json metadata and mustache templates, I use to generate units with class and mapping to use with Spring4d Persistence
ReplyDeletehttp://www.pgeorgiev.com/?p=1832
ReplyDelete/sub
ReplyDelete