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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: GNAT GPL is not shareware Date: Tue, 13 Jan 2015 15:19:50 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <87bnmetex4.fsf@ludovic-brenta.org> <79f3eff7-2b45-40ae-af94-fa9a17426d82@googlegroups.com> <87bnmd8mg2.fsf@ixod.org> <19cf9bc2-f8b9-4735-b427-7b070dda59da@googlegroups.com> <1otenmcbgnvlt$.dn9361nl2jm8$.dlg@40tude.net> <8ryfky4awox2$.q2gfw4pvsgau.dlg@40tude.net> NNTP-Posting-Host: rrsoftware.com X-Trace: loke.gir.dk 1421183991 15106 24.196.82.226 (13 Jan 2015 21:19:51 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 13 Jan 2015 21:19:51 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Original Xref: news.eternal-september.org comp.lang.ada:24568 Date: 2015-01-13T15:19:50-06:00 List-Id: "J-P. Rosen" wrote in message news:m92mq3$kji$1@dont-email.me... > Le 13/01/2015 00:49, Randy Brukardt a écrit : >> A true semantic interface would talk about semantic entities only, the >> associated syntax would not enter into it. > > That would be a semantic ONLY interface, but syntax is also useful for > some tools (especially coding rules checkers ;-) ). > > For example, checking that "end" mentions the entity name is 100% > syntactic... True enough. I just don't like the fact that the name of ASIS is misleading. And of course, a syntax-only tool would be quite easy to create without using any fancy interface. (Our syntax checker/pretty printer tool makes similar checks [not sure about that one].) A mostly semantic system with a bit of syntax mixed in (we do keep a bit of such information for error messages, purely semantic wouldn't work either) seems best to me. ASIS doesn't have enough abstraction for my taste. Randy.