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: a07f3367d7,5c2142ee5e956186,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news3.google.com!feeder.news-service.com!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: The concept of semantic patching Date: Sun, 07 Aug 2011 17:34:43 +0200 Organization: Ada @ Home Message-ID: NNTP-Posting-Host: H2ltKzERtcVNSYB5JktvmA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.50 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:20490 Date: 2011-08-07T17:34:43+02:00 List-Id: Hi Ada novelist, I recently learned about Coccinelle (after a French word meaning = ladybird/ladybug=E2=80=A6 the authors are French) http://coccinelle.lip6.fr The quick introduction on the home page, first made me think about a new= = refactoring tool for C, then later to a semantic analysis provider like = = the one we get with ASIS. However, looking a bit further, it seems to go= = beyond what ASIS do. Mapped to the Ada world, this could be an ASIS = application, not ASIS on its own. http://coccinelle.lip6.fr/Intro_gen.pdf Just out of curiosity, does any one ever heard about something similar i= n = the Ada word ? (proprietary or not, this does not matter, I just want to= = know) -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit