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=-0.1 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news4.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.78.MISMATCH!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Wed, 12 May 2010 16:52:15 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4be417b4$0$6992$9b4e6d93@newsspool4.arcor-online.net> <1qcb6z4i20dyb.1dz2hd4c0vx69.dlg@40tude.net> Injection-Date: Wed, 12 May 2010 16:52:15 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="20079"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18LFKF91+Ghs8+uYeSqDBjzFlkbd2qSVg8=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:7rjEuOcDH2/e8oVHJbYMf7Aobns= Xref: g2news2.google.com comp.lang.ada:11561 Date: 2010-05-12T16:52:15+00:00 List-Id: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= expounded in news:op.vclkbjy9xmjfy8@garhos: > Le Wed, 12 May 2010 07:00:14 +0200, J-P. Rosen a > �crit: >> Of course, this assumes an well-formed Ada file. >> FYI, there /is/ a scanner in AdaControl, and I never had a problem. >> The trick is to check End_Of_Line when needed, and never check >> End_Of_File, but handle End_Error instead. This works even for >> ill-formed files. > This is a common given advice or tip indeed, to have a exception > handlers which catch error at end of text files. I even believe this > is the most commonly encountered trap with Ada. > >> And of course, you are welcome to have a look at my scanner in >> AdaControl ;-) > Lazy programmers, require you gave them the link : > http://www.adalog.fr/adacontrol1.htm > > (teasing Warren) Heh heh.. I'm not making any lex changes at this point in time. I've got bigger fish to fry. When the dust all settles, I can then go back and choose my [code] fights then. Warren