p4t5h3 / purebasic-language-for-sublime-text

PureBasic support for Sublime Text.
MIT License
4 stars 1 forks source link

Asterisk after structure field accessor is scoped as arithmetic operator instead of variable name #26

Closed p4t5h3 closed 2 years ago

p4t5h3 commented 2 years ago

Closely related to #25 - the example is even the same:

Rule(Identifier)\*Address = *ProcedureAddress
p4t5h3 commented 2 years ago

This is invalid because I made a syntactical mistake. If a structure contains a pointer which is referred through the accessor it is not right to use the asterisk.