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

0
2 comments

The Java lexer and parser in IntelliJ IDEA are hand-coded, not generated from a .bnf file.

0

Damn, then I need a lexer/parser to .bnf generator.  ;)

0

Please sign in to leave a comment.