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

Lexer doesn't properly parse block comments that start in preprocessor directives #17

Open
douira opened this issue Jun 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@douira
Copy link
Member

douira commented Jun 12, 2022

The following code causes a parsing error:

#if fds /*
fdasfdsa fsa fds
*/

This has to be fixed in the lexer. It has worked in some cases but not always. There is also the issue with gradle somehow weirdly caching the generated parser and refusing to generate a new parser if the lexer changed without a change to the parser.

@douira douira added the bug Something isn't working label Jun 12, 2022
@douira douira added this to the Full Release milestone Jun 12, 2022
@douira douira self-assigned this Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant