Just from the top of my head, wouldn't it be better to evaluate
structa
when overstructa
, andstructa->item1
when overitem1
?
Yes, good idea. I'll try to implement that.
Also if you wanted to be thorough, the C and C++ syntax allows for any kind of spaces between
structa
,->
anditem1
😁
True. But and it might even include linebreaks I think. And for C++ we might need to allow ::
for static class members.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.