ianh / owl

A parser generator for visibly pushdown languages.
MIT License
746 stars 21 forks source link

Shadowing of local variable #29

Closed ozbolt-abrantix closed 2 years ago

ozbolt-abrantix commented 2 years ago

offset gets shadowed here:

https://github.com/ianh/owl/blob/0622ab15fb1a97f6c05ce93146b9f9facace24d6/src/6a-generate.c#L618

This results in warning in most compilers. Don't know the project, but at first glance offset%%rule-index might work.

ianh commented 2 years ago

Good catch; I took your suggestion in b63d74d.