23 Feb
2017
23 Feb
'17
6:53 p.m.
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