External JFlex Grammars
Below is a list of known JFlex scanner specifications that are not included in JFlex's source tree.
Schedulix (https://github.com/schedulix/schedulix)
Lucene (http://lucene.apache.org/core)
idea-jflex (http://code.google.com/p/idea-jflex/)
Jsyntaxpane (http://code.google.com/p/jsyntaxpane/)
Look for *.flex files:
J-ISIS (http://kenai.com/projects/j-isis)
RSyntaxTextArea (http://fifesoft.com/rsyntaxtextarea/)
Look for *.flex files:
JAMWiki (http://jamwiki.org)
Look for *.jflex files:
Arboreal XML browser (http://archimedes.fas.harvard.edu/arboreal/)
- Several JFlex scanner specifications (*.lex files) are included in the source code tar.gz, in the root of the tree.
OstermillerUtil Java Utilities (http://ostermiller.org/utils/)
OpenGrok (http://opengrok.github.io/OpenGrok/)
Look in each (sub)directory for *.lex files:
Weka (http://www.cs.waikato.ac.nz/ml/weka/)
Article: "Converting MIF to XML - Java Version"
Article: "Handling Uncommon File Formats - Introducing Lexers"
Article: "Analizador léxico, sintáctico y semántico con JFlex y CUP"