Re: What stage should entities be resolved?

Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Fri, 18 Mar 2022 00:31:39 +0100

          From comp.compilers

Related articles
Re: What stage should entities be resolved? christopher.f.clark@compiler-resources.com (Christopher F Clark) (2022-03-12)
Re: What stage should entities be resolved? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2022-03-14)
Re: What stage should entities be resolved? costello@mitre.org (Roger L Costello) (2022-03-15)
Re: What stage should entities be resolved? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2022-03-18)
Re: What stage should entities be resolved? gah4@u.washington.edu (gah4) (2022-03-17)
Re: What stage should entities be resolved? 480-992-1380@kylheku.com (Kaz Kylheku) (2022-03-18)
Re: What stage should entities be resolved? gah4@u.washington.edu (gah4) (2022-03-18)
Re: What stage should entities be resolved? martin@gkc.org.uk (Martin Ward) (2022-03-19)
Re: What stage should entities be resolved? matt.timmermans@gmail.com (matt.ti...@gmail.com) (2022-03-20)
| List of all articles for this month |

From: Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Newsgroups: comp.compilers
Date: Fri, 18 Mar 2022 00:31:39 +0100
Organization: Compilers Central
References: 22-03-019 22-03-025 22-03-032
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="49533"; mail-complaints-to="abuse@iecc.com"
Keywords: lex, design
Posted-Date: 17 Mar 2022 19:34:55 EDT
In-Reply-To: 22-03-032

On 3/15/22 12:49 PM, Roger L Costello wrote:


> So that brings me to my questions:
>
> 1. How much knowledge of the language should the preprocessor stage have?
[...]


Knowledge of how many languages should the preprocessor stage have?




I think that all parts of a compiler front end should follow the
specific language rules. Just for maintenance purposes.


If universal generator tools for lexer or parser are used then the
specific language grammar is the input to these tools.


DoDi


Post a followup to this message

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