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

Pure virtual method declarations aren't parsed properly #175

Open
tudortimi opened this issue Aug 30, 2022 · 1 comment
Open

Pure virtual method declarations aren't parsed properly #175

tudortimi opened this issue Aug 30, 2022 · 1 comment

Comments

@tudortimi
Copy link

When declaring a pure virtual function, the parser is offended by the function keyword:

image

It's probably looking for a matching endfunction to match to it.

This also applies to pure virtual task.

@tudortimi
Copy link
Author

Similar to #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant