Re: 10206 productions re-write
Paul Isaacs <[email protected]> Thu, 23 Feb 2017 13:53:39 -0500
| Newsgroups | gmane.comp.compilers.gpc |
|---|---|
| Message-ID | <[email protected]> |
On 23/02/17 06:26 AM, Bastiaan Veelo wrote:
> […] Maybe, but I can’t see how… But why rewrite at this point? For
> performance? Best, Bastiaan.
Hello Bastiaan,
Thanks for the reply.
I think that variable-access is left recursive. Therefore, with a
recursive descent parser, I have to rewrite.
It looks like the basic form of varaible-access is:
identifier { suffix } where suffix varies for record/array/dereference
and doesn't exist for entire variable.
Regards,
Paul
_______________________________________________
Gpc mailing list
[email protected]
https://www.g-n-u.de/mailman/listinfo/gpc