Re: Parsing partial sentences

Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Fri, 28 Apr 2017 02:48:30 +0200

          From comp.compilers

Related articles
[11 earlier articles]
Re: Parsing partial sentences gneuner2@comcast.net (George Neuner) (2017-04-11)
Re: Parsing partial sentences DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2017-04-12)
Re: Parsing partial sentences DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2017-04-20)
Re: Parsing partial sentences gneuner2@comcast.net (George Neuner) (2017-04-21)
Re: Parsing partial sentences walter@bytecraft.com (Walter Banks) (2017-04-27)
Re: Parsing partial sentences 686-678-9105@kylheku.com (Kaz Kylheku) (2017-04-27)
Re: Parsing partial sentences DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2017-04-28)
Re: Parsing partial sentences rugxulo@gmail.com (2017-04-28)
Re: Parsing partial sentences marcov@toad.stack.nl (Marco van de Voort) (2017-04-29)
Re: Parsing partial sentences 686-678-9105@kylheku.com (Kaz Kylheku) (2017-04-30)
| List of all articles for this month |

From: Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Newsgroups: comp.compilers
Date: Fri, 28 Apr 2017 02:48:30 +0200
Organization: Compilers Central
References: 17-04-001 17-04-023
Injection-Info: miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="66338"; mail-complaints-to="abuse@iecc.com"
Keywords: parse
Posted-Date: 27 Apr 2017 21:15:31 EDT

Am 27.04.2017 um 16:58 schrieb Walter Banks:
> On 2017-04-03 3:57 AM, Hans-Peter Diettrich wrote:
>> Is there an easy way to parse e.g. C #defines into constants,
>> functions or other non-terminals, which are not the goal of the
>> entire grammar?
>
> In a word NO. #defines are always strings even when they look like
> constants, something I have found out the hard way.


You missed the "e.g." #defines. In fact everybody seems to have missed
it :-(


The focus of my question is on *partial* sentences of a language, that
are equivalent to a *single* non-terminal of the language.


Until now only the *use* of such partial sentences has been discussed,
not the *determination* of the resulting non-terminal.


DoDi


Post a followup to this message

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