Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: [RFC] FORTRAN95 Expression parser
@ 2002-04-30 11:11 Michael Elizabeth Chastain
  2002-04-30 12:01 ` Petr Sorfa
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Elizabeth Chastain @ 2002-04-30 11:11 UTC (permalink / raw)
  To: msnyder, petrs; +Cc: gdb-patches

Coincidentally, I was looking at a FORTRAN pr this morning.

I think the existing FORTRAN expression parser is lame and I would
not miss it.

I favor the side-by-side strategy.  Keep the files as f95-x files.
Let the gdb people play with it side by side.  If the new interface
dominates the old interface, we can remove the old f-x files.
If we think there will be a constituency for the old interface,
then we can release both.

The problem with merging is that it makes the code much less readable
and makes it harder to discard the old code.

My two cents,

Michael C


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [RFC] FORTRAN95 Expression parser
@ 2002-04-29 11:57 Petr Sorfa
  2002-04-29 18:49 ` Michael Snyder
  0 siblings, 1 reply; 8+ messages in thread
From: Petr Sorfa @ 2002-04-29 11:57 UTC (permalink / raw)
  To: gdb-patches

Hi,

I've created a FORTRAN95 expression parser for GDB. It is based off the
current FORTRAN expression parser, but has changed significantly in
source and functionality. I've developed it as a new separate parser
with the file prefix of f95-x as opposed to the existing f-x files.

The question is whether I should submit the patch as the f95-x files
(which will leave the current FORTRAN parser untouched) or replace the
existing FORTRAN parser?

Note that the F95 parser fully supports F77/F90/F95, but differs a bit
from the existing fortran gdb parser (which relies a bit heavily on C
notation.)

Petr


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-04-30 19:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-30 11:11 [RFC] FORTRAN95 Expression parser Michael Elizabeth Chastain
2002-04-30 12:01 ` Petr Sorfa
2002-04-30 12:13   ` Michael Snyder
  -- strict thread matches above, loose matches on Subject: below --
2002-04-29 11:57 Petr Sorfa
2002-04-29 18:49 ` Michael Snyder
2002-04-30  6:40   ` Petr Sorfa
2002-04-30 10:50     ` Michael Snyder
2002-04-30 11:02     ` Stan Shebs

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