flex files?

I'm trying to get my mind around the custom language api and feel like I've got a good feel for most of it by looking at the javascript language source. However, it makes use of "JavaScript.flex" which I can't find anywhere. This is used to generate the lexer class. Can I get a copy of that file?

0
2 comments

Nothing specially tricky about JFlex. We've just used this way to generate Lexer interface implementation. Generated file is _JavascriptLexer.java. We'll check out if .flex file really missed distribution.

0

Sorry, I was looking for the file through Idea, and I guess it doesn't show up since it's not a registered file type yet. I found it in the zip file.

0

Please sign in to leave a comment.