jplex-20130203.jar corresponds to svn revision 23.
Changes since the last binary jar:
- Fixed a NPE that manifested when a lexer matched a rule with no
associated event.
- Added more useful messages for regex compiler errors.
- Added a third command line option specifying the root of the generated
resource tree.
- Changed collections of Rules and RuleGroups from sets to lists. This
preserves their order in the generated code so version control systems
will not mark it as changed every time it is regenerated.
Note: to achieve the same thing for the serialized automatons, run JPlex
with -D"dk.brics.automaton.debug=true". This causes the Automaton
library to use LinkedHashSet instead of HashSet for its states and
transitions.