minor improvements

This commit is contained in:
Mirek Kratochvil 2020-12-30 11:54:13 +01:00
parent 7781cd6512
commit cd6674c99d

View file

@ -19,9 +19,10 @@ orthogonal improvements (mainly the histogram-style diffing).
### TODO list ### TODO list
- Implement `patch` functionality (`diff` and `diff3` works) - Implement `patch` functionality, mainly patchfile parsing and fuzzy matching
- Implement the splitting heuristic for diffs, so that the diffing of larger of hunk context. `diff` and `diff3` works.
files doesn't take aeons - Implement a splitting heuristic for diffs, so that diffing of large files
doesn't take aeons
- Check whether REDFA can even be implemented correctly with current Haskell - Check whether REDFA can even be implemented correctly with current Haskell
libraries (most regex libraries target a completely different). Taking the libraries (most regex libraries target a completely different). Taking the
lexer specification format from `alex` currently seems like a much better lexer specification format from `alex` currently seems like a much better