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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2d20631208b0773f X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Ada syntax checker: Help! Date: 2000/05/10 Message-ID: <8fccrv$of4$1@nnrp1.deja.com>#1/1 X-Deja-AN: 621685228 References: <8fc93f$jgg$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x27.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed May 10 19:21:56 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-05-10T00:00:00+00:00 List-Id: In article <8fc93f$jgg$1@nnrp1.deja.com>, unix_boy@my-deja.com wrote: > Can someone point me to a commercial ada95 > syntax checker? I am a non-programmer sysadmin > that has been tasked with purchasing a package > that will run on Win95/98. All I need is syntax > checking. I can't use freeware due to the way > this particular contract is written. Help! :O( If you *must* purchase something, you might as well get a compiler, as they aren't that expensive on Win32 platforms. "syntax checker" is a bit vague too. For instance, there are lots of tools out there that can recognize a file full of valid Ada tokens. If you want to parse it to make sure it matches Ada's grammar, that's a bit more work. If you want to ensure that it will successfully compile, then you'd pretty much need a compiler. But then, depending on what your setup is and what you plan on doing with it, you might just need an the ASIS support of a conforming compiler. Perhaps you should give a bit more detail on why you think you only need a "syntax checker". Also, I'd double check your contract wording. Including standalone GPL programs in a commercial product is no problem at all, as long as you don't try to modify the GPL program itself (and refuse to provide the source of your modifications freely). What you can't typically do is combine free software source and non-free source in the same executable. -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.