comp.lang.ada
 help / color / mirror / Atom feed
From: Shark8 <onewingedshark@gmail.com>
Subject: Re: Encaspulation: What to export
Date: Wed, 29 Nov 2017 14:18:58 -0800 (PST)
Date: 2017-11-29T14:18:58-08:00	[thread overview]
Message-ID: <e11c7e47-1b50-495a-8659-8092c3ee359a@googlegroups.com> (raw)
In-Reply-To: <ovn62u$r17$1@franka.jacob-sparre.dk>

On Wednesday, November 29, 2017 at 1:42:07 PM UTC-7, Randy Brukardt wrote:
> 
> >...  For example recursive descent may analyze the same fragment of a tree
> > more than once or it may skip some parts of the tree entirely.
> 
> That's not "recursive descent", that's just some code doing whatever it is 
> that you need to do. Nothing wrong with that, but calling that "parsing" or 
> "recursive descent" or anything other well-known term is just abusing those 
> terms.

I'd suggest "tree transformation"... except that somewhat implies that the result is the same type of tree [like a Procedure Transform( Item : in out Tree )] when it sounds like he's converting some other sort of tree into the sort he wants [like a Function Convert( Input : RDF_Tree ) return Whatever_Tree].

Perhaps "Tree Conversion" then?

  reply	other threads:[~2017-11-29 22:18 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-27 19:25 Encaspulation: What to export Victor Porton
2017-11-27 20:00 ` Dmitry A. Kazakov
2017-11-27 20:34   ` Victor Porton
2017-11-27 20:35     ` Victor Porton
2017-11-28  2:12     ` Randy Brukardt
2017-11-28 15:22       ` Victor Porton
2017-11-28 22:36         ` Randy Brukardt
2017-11-28 23:29           ` Shark8
2017-11-29  4:44             ` gautier_niouzes
2017-11-29 20:32               ` Randy Brukardt
2017-11-29 21:08                 ` gautier_niouzes
2017-11-30 21:42                   ` Randy Brukardt
2017-11-29  8:40             ` Dmitry A. Kazakov
2017-11-29  7:31           ` G. B.
2017-11-29  7:38             ` G. B.
2017-11-29  8:14             ` Simon Wright
2017-11-29 18:46           ` Victor Porton
2017-11-29 19:43             ` Dmitry A. Kazakov
2017-11-29 19:57               ` Victor Porton
2017-11-29 20:42             ` Randy Brukardt
2017-11-29 22:18               ` Shark8 [this message]
2017-11-27 21:39 ` Simon Wright
replies disabled

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