Closed nrktkt closed 8 years ago
Addresses #2
Bumped Java version to 8
Added Either monad class to deal with repeated variables.
Either
Currently this should support the majority of use cases, however more work can be done to better support level 4 templates.
Future work:
matchParameters
matchSegments
VarSpec
buildMatchingPattern
Thanks!
Addresses #2
Bumped Java version to 8
Added
Either
monad class to deal with repeated variables.Currently this should support the majority of use cases, however more work can be done to better support level 4 templates.
Future work:
matchParameters
andmatchSegments
inspect eachVarSpec
for allowed charactersmatchParameters
andmatchSegments
inspect eachVarSpec
for explode modifierbuildMatchingPattern
match more strictly, seems to work OK now but could result in issue reports later