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
- Implement `patch` functionality (`diff` and `diff3` works)
- Implement the splitting heuristic for diffs, so that the diffing of larger
files doesn't take aeons
- Implement `patch` functionality, mainly patchfile parsing and fuzzy matching
of hunk context. `diff` and `diff3` works.
- 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
libraries (most regex libraries target a completely different). Taking the
lexer specification format from `alex` currently seems like a much better