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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,74d953d10520ed5e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-30 00:56:19 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: rm@gunlab.com.ru (Roman V. Isaev) Newsgroups: comp.lang.ada Subject: Re: using charles library Date: 30 May 2003 00:56:18 -0700 Organization: http://groups.google.com/ Message-ID: References: <3ED2EB15.7B74D21E@somewhere.nil> <3ED6957F.9405D316@somewhere.nil> NNTP-Posting-Host: 195.151.20.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1054281379 31601 127.0.0.1 (30 May 2003 07:56:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 May 2003 07:56:19 GMT Xref: archiver1.google.com comp.lang.ada:38050 Date: 2003-05-30T07:56:19+00:00 List-Id: > > p2ada also breaks on things like this: bih:=1.e-5; > Okay, I gave a quick try in Pascal.l, replacing > {DIGIT}+({PERIOD}{DIGIT}+)?("E"({PLUS}|-)?{DIGIT}+)? {return CONSTANT_t;} > by > {DIGIT}+({PERIOD}{DIGIT}*)?("E"({PLUS}|-)?{DIGIT}+)? {return CONSTANT_t;} > It works for the numbers, but as usual the engine breaks on > another thing, here it is: "1..10" 8-( Another p2ada glitch -- very big variable declaration like VAR A,ALF,APR,A1,A2, C,CP, DPKR,DP,DS,DV,DV0,DV00,DMA,DMA1,DMA2,DMA3,DMI,DMI1,DMI2,DMI3, DLKN,DSHP,DSHP1,DLPG,DPG,DDAD, DDAC,DDA,DDAD1,DDAC1, ENTK,ETA,ETA1, FM,FS,FI,FNMI,FNMI1,FNMA,FNMA1, GLPR,GMP,GMD, MUG,MP,MK,MT, PY,PYS,PYS1,PRU,PT,PT1,PZ,PD1,PM1,PDD,PDD1, PMA,PC1,PS1,PALF,PMAX,PMAX1,PLNA,PZ1, QSH,QSH1,QY,QZ,QZ1,QZS,QZS1,QZS2,QND,QND1, QN1,QN,QKR1,QY1, RV,RVV,RRSH,RRSH1,RSH,RPR,RPR1,RPR2,RMA,R2, RMA1,RMAR,REG1,R21,RDGM1, SSS, TAU,TNM,TNPL,TNR,TND,TNK,TDI,TDD,TDL,TKY,TPSY,TC, UR1,UR, VSH,VD,VM,VM1,VDMI,VDMI1,VDMA,VDMA1,VU1, XY1,XY2, ZZ,ZP :Real; turns into one long line in ada source and I have to split it manually after each run. Adagide reformat goes to the extreme, placing every variable per line and iccfmt_nt goes nuts on cyrillic text (lots of invalid character in string literal errors).