Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this keyword shouldn't exist outside of a struct #87

Open
d0c-s4vage opened this issue Oct 2, 2019 · 0 comments
Open

this keyword shouldn't exist outside of a struct #87

d0c-s4vage opened this issue Oct 2, 2019 · 0 comments
Labels
bug concrete-issue An actionable, concrete issue that includes stack trace & technical details. Usually post-triage

Comments

@d0c-s4vage
Copy link
Owner

The this keyword as strictly defined by 010 editor is (docs):

The this keyword can be used to access the variable representing the current structure being defined

and

If no current structure is currently being defined, this is NULL.

Pfp has a slightly different approach, where all top-level fields are part of an implicit struct, which makes this never equal to NULL.

@d0c-s4vage d0c-s4vage added the bug label Oct 2, 2019
@d0c-s4vage d0c-s4vage added the concrete-issue An actionable, concrete issue that includes stack trace & technical details. Usually post-triage label Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug concrete-issue An actionable, concrete issue that includes stack trace & technical details. Usually post-triage
Projects
None yet
Development

No branches or pull requests

1 participant