Skip to content

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

@douira

Description

@douira

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions