comp.lang.ada
 help / color / mirror / Atom feed
From: rm@gunlab.com.ru (Roman V. Isaev)
Subject: Re: using charles library
Date: 30 May 2003 00:56:18 -0700
Date: 2003-05-30T07:56:19+00:00	[thread overview]
Message-ID: <d3ba4d4c.0305292356.1be0b27d@posting.google.com> (raw)
In-Reply-To: 3ED6957F.9405D316@somewhere.nil

> > 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).



  reply	other threads:[~2003-05-30  7:56 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26 13:27 using charles library Roman V. Isaev
2003-05-26 13:40 ` Preben Randhol
2003-05-26 16:44   ` Roman V. Isaev
2003-05-26 17:05     ` Preben Randhol
2003-05-26 17:10       ` Preben Randhol
2003-05-26 22:05         ` Roman V. Isaev
2003-05-26 17:16     ` Jeffrey Carter
2003-05-27 15:05       ` Matthew Heaney
2003-05-27 18:28         ` Stephen Leake
2003-05-26 17:20     ` Preben Randhol
2003-05-26 22:46       ` Roman V. Isaev
2003-05-27  4:35         ` Gautier Write-only
2003-05-29 17:29           ` Roman V. Isaev
2003-05-29 18:56             ` Gautier Write-only
2003-05-29 23:19             ` Gautier Write-only
2003-05-30  7:56               ` Roman V. Isaev [this message]
2003-05-30 13:49                 ` Gautier
2003-05-30 14:36               ` Robert C. Leif
2003-05-30 17:32                 ` Preben Randhol
2003-05-30 19:21               ` Randy Brukardt
2003-05-31 11:50                 ` Gautier Write-only
2003-05-31 14:24                   ` Bill Findlay
2003-06-01  3:42                   ` Randy Brukardt
2003-06-02 11:02                   ` Georg Bauhaus
2003-06-02 20:25                     ` Gautier Write-only
2003-05-30  8:48             ` Preben Randhol
2003-05-27 10:31         ` Preben Randhol
2003-05-29 20:30           ` Roman V. Isaev
2003-05-30  9:01             ` Preben Randhol
2003-05-30 22:02               ` Roman V. Isaev
2003-05-31 13:34                 ` Preben Randhol
2003-05-27 18:27     ` Stephen Leake
2003-05-27 20:24 ` Matthew Heaney
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox