corda/test/regex
Johannes Schindelin 63b06ebde8 Regex: optimize matching characters
Instead of having an opcode 'CHAR', let's have the opcodes that fall
within the range of a char *be* the opcode 'match this character'.

While at it, break the ranges of the different types of opcodes apart
into ranges so that related operations are clustered.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-12-03 12:28:10 -06:00
..
Matcher.java Prepare the Matcher class for multiple groups 2013-12-03 12:28:10 -06:00
Pattern.java Regex: optimize matching characters 2013-12-03 12:28:10 -06:00
PikeVM.java Regex: optimize matching characters 2013-12-03 12:28:10 -06:00
PikeVMOpcodes.java Regex: optimize matching characters 2013-12-03 12:28:10 -06:00
RegexMatcher.java Prepare the Matcher class for multiple groups 2013-12-03 12:28:10 -06:00
RegexPattern.java Implement Pattern / Matcher classes based on the PikeVM 2013-12-03 12:28:10 -06:00
TrivialMatcher.java Refactor Pattern / Matcher classes 2013-12-03 12:28:10 -06:00
TrivialPattern.java Refactor Pattern / Matcher classes 2013-12-03 12:28:10 -06:00