Name | Modified | Size | Downloads / Week |
---|---|---|---|
README-20130203.txt | 2013-02-04 | 746 Bytes | |
jplex-20130203.jar | 2013-02-04 | 507.4 kB | |
README-20120819.txt | 2012-08-19 | 52 Bytes | |
jplex-20120819.jar | 2012-08-19 | 284.2 kB | |
README-20120512.txt | 2012-05-13 | 55 Bytes | |
jplex-20120512.jar | 2012-05-13 | 697.7 kB | |
Totals: 6 Items | 1.5 MB | 0 |
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.