comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: ANN: Simple Components v
Date: Sun, 17 Jan 2021 18:26:55 +0100	[thread overview]
Message-ID: <ru1s0s$18qb$1@gioia.aioe.org> (raw)
In-Reply-To: 7d0f4046-76e7-47ae-ab56-751941fc1a5fn@googlegroups.com

On 2021-01-17 17:20, reinert wrote:
> I use it as part of a system processing scripts. The terms (a, b, c,..) and
> operations (op1, op2,...) may represent functions to be defined.

I see. No, conversion is a bad idea, because if you really mean 
conversion (text in, text out) that is an extra pass, which is totally 
unnecessary. In the case of prefix notation it is actually two extra 
passes because prefix notation is not directly executable. You probably 
meant the reverse Polish notation which is.

Anyway it is not needed. See the calculator example, which parses and 
executes in one pass.

    http://www.dmitry-kazakov.de/ada/components.htm#13.1

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

      parent reply	other threads:[~2021-01-17 17:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 12:01 ANN: Simple Components v Dmitry A. Kazakov
2021-01-15 19:42 ` reinert
2021-01-15 20:05   ` Dmitry A. Kazakov
2021-01-17  5:34     ` reinert
2021-01-17  5:37       ` reinert
2021-01-17  6:54       ` Dmitry A. Kazakov
2021-01-17 16:20         ` reinert
2021-01-17 16:55           ` Shark8
2021-01-17 17:17             ` reinert
2021-01-17 17:38               ` Dmitry A. Kazakov
2021-01-18  6:50                 ` reinert
2021-01-17 17:27             ` Dmitry A. Kazakov
2021-01-17 17:26           ` Dmitry A. Kazakov [this message]
replies disabled

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