From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6f533295e1c6efde,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!w1g2000prk.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: If you are interrested in metaprogramming and/or code template generation ... Date: Tue, 20 Jan 2009 10:36:28 -0800 (PST) Organization: http://groups.google.com Message-ID: <2d7b3ed5-8df2-4c89-b21b-a12af93235ad@w1g2000prk.googlegroups.com> NNTP-Posting-Host: 77.198.58.33 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1232476588 21036 127.0.0.1 (20 Jan 2009 18:36:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 20 Jan 2009 18:36:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w1g2000prk.googlegroups.com; posting-host=77.198.58.33; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4422 Date: 2009-01-20T10:36:28-08:00 List-Id: Hello, If you are interrested in metaprogramming and/or code template generation, I suggest you to have a look at this : http://gema.sourceforge.net/new/index.shtml This is a generic preprocessor with no predefined syntax (unlike CPP, as an example). Basically, it requires tree parameters : an input file, an output file and .... a rules file. The manual is here (with relevant basic examples) : http://gema.sourceforge.net/new/gema_man.pdf There are binaries for both Linux and Windows. To be honest, I first looked at another one called GPP (general purpose preprocessor), but no windows binary was provided, so I though that GEMA was more serious.