Re: What is the meaning of an expression?

Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Sun, 16 Jan 2022 07:44:23 -0800 (PST)

          From comp.compilers

Related articles
What is the meaning of an expression? costello@mitre.org (Roger L Costello) (2022-01-14)
Re: What is the meaning of an expression? anton@mips.complang.tuwien.ac.at (2022-01-14)
What is the meaning of an expression? christopher.f.clark@compiler-resources.com (Christopher F Clark) (2022-01-14)
Re: What is the meaning of an expression? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2022-01-15)
Re: What is the meaning of an expression? gah4@u.washington.edu (gah4) (2022-01-14)
Re: What is the meaning of an expression? gneuner2@comcast.net (George Neuner) (2022-01-15)
Re: What is the meaning of an expression? matt.timmermans@gmail.com (matt.ti...@gmail.com) (2022-01-15)
Re: What is the meaning of an expression? 0xe2.0x9a.0x9b@gmail.com (Jan Ziak) (2022-01-16)
Re: What is the meaning of an expression? 0xe2.0x9a.0x9b@gmail.com (Jan Ziak) (2022-01-17)
Re: What is the meaning of an expression? 0xe2.0x9a.0x9b@gmail.com (Jan Ziak) (2022-01-18)
Re: What is the meaning of an expression? gah4@u.washington.edu (gah4) (2022-01-18)
Re: What is the meaning of an expression? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2022-01-19)
Re: What is the meaning of an expression? 0xe2.0x9a.0x9b@gmail.com (Jan Ziak) (2022-01-19)
Re: What is the meaning of an expression? christopher.f.clark@compiler-resources.com (Christopher F Clark) (2022-01-19)
[6 later articles]
| List of all articles for this month |

From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Newsgroups: comp.compilers
Date: Sun, 16 Jan 2022 07:44:23 -0800 (PST)
Organization: Compilers Central
References: <AdgJPKhi/NiNfECvRNaA6+4Wq/M8OQ==> 22-01-052
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="69998"; mail-complaints-to="abuse@iecc.com"
Keywords: semantics, comment
Posted-Date: 16 Jan 2022 12:27:55 EST
In-Reply-To: 22-01-052

On Friday, January 14, 2022 at 6:40:24 PM UTC+1, Roger L Costello wrote:
> For example, the meaning of this expression:
>
> 1 + 1
>
> is 2.


The meaning of 1+1 is a transition between two states. The machine is in state
A before the expression is processed and is in state B after the processing
ends (usually, A and B are different states, albeit in some cases A is the
same as B). A and B are stored in cells of memory (usually: A and B are
distributed over many binary cells). The binary cells can in some cases
influence the emission of photons (such as: bits of GPU's frame-buffer; the
placement of particles of black powder on a white paper coming from a printing
machine).


-atom
[We seem to be pretty deep in this tarpit now. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.