- Remove the
WHITE_SPACE
token from the Lexer and the generated code.
{WHITE_SPACE} { return WHITE_SPACE; }
- Rename the class to
Lexer
.
- Open
grammer.bnf
and from the context menu clickGenerate Parser Code
.
./gradlew buildPlugin
WHITE_SPACE
token from the Lexer and the generated code.{WHITE_SPACE} { return WHITE_SPACE; }
Lexer
.grammer.bnf
and from the context menu click Generate Parser Code
../gradlew buildPlugin