Java.bnf
I was looking through the community edition code. I see the JavaLexer.flex file for the java language, but I don't see the .bnf file used to create it.
I may be stretching here but is there any chance of getting a copy of it?
Mike
Please sign in to leave a comment.
The Java lexer and parser in IntelliJ IDEA are hand-coded, not generated from a .bnf file.
Damn, then I need a lexer/parser to .bnf generator. ;)